HangfireIO / HangfireIO/Hangfire

Can't create server queues dynamically

Open
#846 2 comments 7 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10.1k
Forks
1.8k
Avg merge
1h 19m
Merged PRs (30d)
1

Description

Hi all,

Is it possible to create new queue from client? We want to have hangfire server as a windows service and to have one queue per domain (tenant) because we have multiple domains on one environment. Is it possible to create new queue for some job if there is no appropriate queue for current domain (tenant)? If queue can be added only when server starts, we won't be able to add new queue after adding a new domain (tenant) without restarting the hangfire windows service.

Regards,
Radovan

Contributor guide

Open the contributing guide

Research direction

No files, tests, or entry points are named. Start by reviewing how Hangfire creates queues and how a Windows service starts and assigns them, then determine whether a client can add a tenant-specific queue without restarting the service. Done means the supported behavior and its limitations are documented or implemented with coverage for dynamic queue creation.

Written by the indexing model from the issue text.

Assessment

Tech stack
csharp
Domain
backend
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.