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 | 4645 | October 1, 2015 | |
Failed recurring jobs | 0 | 1173 | May 23, 2017 | |
Long running job re-enqueues while processing | 4 | 4031 | April 22, 2025 | |
HOWTO: Retry a job n times and run code on failure of all n times | 1 | 3663 | May 27, 2016 | |
Running Jobs One At A Time | 1 | 4456 | October 25, 2017 |