HangfireIO / Hangfire

An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
https://www.hangfire.io
Other
9.35k stars 1.69k forks source link

BackgroundJob.Enqueue () tasks created are always delayed, sometimes by one minute. What is the cause of this? How can we implement it immediately? #1694

Open liemei opened 4 years ago

AndiRudi commented 4 years ago

I also experience this in one of our services. I am not sure what causes this, but I have the feeling it could be related to a wrong setup/order in Startup.cs (because one time I realized it was working fast when I changed something, but I forgot what it was).