How to handle Fire and Forget Job on server side?
I am not sure, if I am understanding Hangifre correctly.
c# Worker + Hangfire recurring job is executing multiple times concurrently
I have a C# Worker that uses HangFire, here is the program.cs setup:
Jobs are picked up from queues that the server is not supposed to listen to
I found several issues that sound similar but never a real solution.