Can Hangfire limit the number of jobs in a queue? If so, which methods should I use?
Thanks
Joe
Can Hangfire limit the number of jobs in a queue? If so, which methods should I use?
Thanks
Joe
My understanding is that it can only limit the total number of workrs for a given background job server. Thus, if you want to limit by queue as well, you would have to run a new worker service for each queue, then set the BackgroudJobServerOptions.WorkerCount