[GH-ISSUE #579] [FEATURE REQUEST] Task Priority #1292

Closed
opened 2026-03-07 22:08:22 +03:00 by kerem · 1 comment
Owner

Originally created by @27149chen on GitHub (Nov 25, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/579

Originally assigned to: @hibiken on GitHub.

Is your feature request related to a problem? Please describe.
I have three queues processing tasks in parallel, but in each queue, task are processed serially with priority

Describe the solution you'd like
Introduce Task Priority in queue

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

Originally created by @27149chen on GitHub (Nov 25, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/579 Originally assigned to: @hibiken on GitHub. **Is your feature request related to a problem? Please describe.** I have three queues processing tasks in parallel, but in each queue, task are processed serially with priority **Describe the solution you'd like** Introduce Task Priority in queue **Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered. **Additional context** Add any other context or screenshots about the feature request here.
kerem 2026-03-07 22:08:22 +03:00
Author
Owner

@hibiken commented on GitHub (Dec 23, 2022):

Thanks for opening a FR. Unfortunately I don't think we will add support for task priorities within a single queue.
Please use multiple queues and assign priorities to each queue.
Thanks!

<!-- gh-comment-id:1363529367 --> @hibiken commented on GitHub (Dec 23, 2022): Thanks for opening a FR. Unfortunately I don't think we will add support for task priorities within a single queue. Please use multiple queues and assign priorities to each queue. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/asynq#1292
No description provided.