HangfireIO / HangfireIO/Hangfire
Automatically enque all calls to a single queue set as an option
Open
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
We have plenty of services that use Hangfire and each one puts its calls in a single queue by means of an attribute on the method, as documented.
We do this so we can use a single hangfire database with multiple applications.
It would be nice to have the possibility to indicate a common queue name as an option so that all calls are automatically placed in that queue without the need to use an attribute, that is easy to forget.
Contributor guide
Assessment
This issue has not been assessed yet.