HangfireIO / HangfireIO/Hangfire
Requeue jobs in their queues
- Dominant language
- C#
- Stars
- 10.1k
- Forks
- 1.8k
- Avg merge
- 1h 19m
- Merged PRs (30d)
- 1
Description
Hello. I found that when job was configured to not default queue using QueueAttribute. And it was failed for next retries it will be use default queue. Is it bug? Can I configure Hangfire for using job's queue instead of default queue for retries?
Also when I push "Requeue" button in UI it also use default queue. Can I change it?

Contributor guide
Research direction
Start by tracing how failed-job retries select a queue and how the dashboard's "Requeue" button selects one. Check whether the original QueueAttribute queue is available in both paths; done means retries and manual requeue use the job's configured queue instead of the default queue, or the supported configuration is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100