Top "Hangfire" questions

Hangfire is an open-source framework that helps you to create, process and manage your background jobs in .NET Framework and .NET Core.

Getting SQL Server error while using Hangfire

I am using Hangfire in an ASP.NET MVC5 application to send an email. Until now, it was working fine, …

asp.net-mvc-5 hangfire
Hangfire Automatic retries - how to manually configure the time between retries

I have a requirement to manually configure the time between retries. I was not able to find the way for …

hangfire
Hangfire dashboard returns 404

When trying to access the hangfire dashboard on my local IIS at domain/hangfire/ I get a 404 response. This is …

c# asp.net hangfire
Stop Hangfire starting a recurring job if its already running

I have a list of recurring jobs setup in Hangfire, all with an interval of 20 minutes. They all call the …

asp.net-mvc concurrency attributes hangfire
Set an "on demand" only job in HangFire

In Hangfire, I have successfully set recurring jobs and am able to trigger manually if I want to, thanks to …

c# hangfire