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 | |
---|---|---|---|---|
Jobs Running Multiple Times | 4 | 4586 | October 1, 2015 | |
Failed recurring jobs | 0 | 1170 | May 23, 2017 | |
Long running job re-enqueues while processing | 3 | 3813 | September 25, 2019 | |
HOWTO: Retry a job n times and run code on failure of all n times | 1 | 3570 | May 27, 2016 | |
Running Jobs One At A Time | 1 | 4268 | October 25, 2017 |