I’m using:
Hangfire.AspNetCore
Hangfire.Autofac
FaceIT.Hangfire.Tags.Redis.StackExchange
I have some long-running, resource-intensive tasks. Therefore, I need to:
- Dynamically adjust the
WorkerCount
based on system load. - Stop or pause certain jobs in emergency situations.
Is there an official way to achieve this with Hangfire?