[GH-ISSUE #999] [FEATURE REQUEST] Is there any way to isolate queues form others, just like clients and servers are within different namespaces #2505

Closed
opened 2026-03-15 20:43:53 +03:00 by kerem · 3 comments
Owner

Originally created by @lypro09539 on GitHub (Dec 30, 2024).
Original GitHub issue: https://github.com/hibiken/asynq/issues/999

Originally assigned to: @hibiken, @kamikazechaser on GitHub.

Is your feature request related to a problem? Please describe.
I wonder how can I divide some queues from others because I prefer use same redis instance, otherwise some slow task comes in will lead total delay increasing.
I found priority config not meeting my situation very much--stricmode whill lead starving and is still not entire isolation.

Hope for your reply, thanks

Originally created by @lypro09539 on GitHub (Dec 30, 2024). Original GitHub issue: https://github.com/hibiken/asynq/issues/999 Originally assigned to: @hibiken, @kamikazechaser on GitHub. **Is your feature request related to a problem? Please describe.** I wonder how can I divide some queues from others because I prefer use same redis instance, otherwise some slow task comes in will lead total delay increasing. I found priority config not meeting my situation very much--stricmode whill lead starving and is still not entire isolation. Hope for your reply, thanks
kerem 2026-03-15 20:43:53 +03:00
Author
Owner

@samparsky commented on GitHub (Sep 19, 2025):

@lypro09539 did you end up creating multiple queue servers?

<!-- gh-comment-id:3311066730 --> @samparsky commented on GitHub (Sep 19, 2025): @lypro09539 did you end up creating multiple queue servers?
Author
Owner

@lypro09539 commented on GitHub (Sep 29, 2025):

@lypro09539 did you end up creating multiple queue servers?

Image I achived it through using multi server, like pic above showing

<!-- gh-comment-id:3345490060 --> @lypro09539 commented on GitHub (Sep 29, 2025): > [@lypro09539](https://github.com/lypro09539) did you end up creating multiple queue servers? <img width="1859" height="1632" alt="Image" src="https://github.com/user-attachments/assets/47f2d8ba-adf3-4735-b152-2058eb896cef" /> I achived it through using multi server, like pic above showing
Author
Owner

@lypro09539 commented on GitHub (Oct 11, 2025):

@hibiken I wonder that my usage above is best practice or not?

<!-- gh-comment-id:3393354411 --> @lypro09539 commented on GitHub (Oct 11, 2025): @hibiken I wonder that my usage above is best practice or not?
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#2505
No description provided.