I want to use hangfire to start a long running process (consumer of rabbitmq). I used BackgroundJob.Enqueue and it works fine so far. But when the web application is restarted the job gets enqueued a second time and so on. Is there a better solution?
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
How to make a background job run where it stopped when app pool was recycled? | 1 | 1606 | August 8, 2014 | |
Hangfire re-starts long running background job (no failures or recycles) | 1 | 3814 | February 17, 2016 | |
Jobs Running Multiple Times | 4 | 4676 | October 1, 2015 | |
Hangfire Pro with redis. Long running batch jobs executing multiple times | 6 | 3659 | April 5, 2018 | |
Strange behavior | 7 | 2857 | June 12, 2015 |