HangfireIO / HangfireIO/Hangfire
Multiple queues for same job (fallover queue)
Open
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
Scenario:
I have a queue that has a semaphore of 90.
I have some other jobs I want to use in this queue, but if it's full, I want them to go through another queue with a semaphore of 5.
The idea is I want a second queue that can be available when the main queue is full.
Contributor guide
Assessment
This issue has not been assessed yet.