HangfireIO / HangfireIO/Hangfire

Requeue jobs in their queues

Open
#1,933 5 comments 1 reaction 0 assignees View on GitHub
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?

![image](https://user-images.githubusercontent.com/30263513/132486908-bca10753-24b3-46e6-a920-072716c4f5f1.png)

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.