python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Job seems to run as Fire and Forget. Database activity continues for up to 10 minutes after success status
I am debugging this hangfire service job call and can't figure out why hangfire is reporting a completed state while the stored procedures being called are continuing to run for up to ~10 minutes late...

Ross Bush
Votes: 0
Answers: 1
How do schedule a task to do it after at a specific date in asp.net webforms?
Say I am desingning an exam portal page where i want To show countdown for the exam date and time and if that specific date and time is reached I want to redirect user to a login page. How can i do th...

Akang Toshi
Votes: 0
Answers: 1
Hangfire unable Enqueue job - SQL exception
I have hangfire implemented on my API and I'm using SQL Server with it. It has worked in each environment until I released it to production. All my jobs are just sitting as "Enqueued" and ar...
user2661305
Votes: 0
Answers: 1
Scoped service in Hangfire Job Filter
After searching & reading possibly every discussion related to the topic in question, there seemed not to be a clear (or even unclear)
solution to this.
I have a job filter that I want to apply to...
Ergis
Votes: 0
Answers: 1