I am new to Hangfire but have a system ready to go into testing next week. I’ve been able to configure the Hangfire applicaton in a MVC5 web application. Hangfire will process both Recurring Jobs and Delayed jobs that will be added later. my problem, Hangfire schedules the jobs but do not move them into Enqueue. After awhile, all jobs in Enqueue stop processing and only process after restarting the application. I am using SQL Server as my storage, btw. I really need help. Thanks. Oh, I’m using Hangfire 1.4.3
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Scheduled jobs enqueued but not processing | 1 | 3150 | September 19, 2021 | |
Jobs in database but staying put in Enueue status | 0 | 1004 | September 20, 2016 | |
Jobs stuck in enqueued state | 9 | 29226 | April 21, 2015 | |
Jobs being created in database, stuck as Enqueued | 26 | 22656 | July 8, 2016 | |
RecurringJob Stuck Enqueued using MSMQ but not in SQL Server | 14 | 5133 | April 27, 2015 |