HangfireIO / HangfireIO/Hangfire

Automatically enque all calls to a single queue set as an option

Open
#385 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.