mirror of
https://github.com/hibiken/asynq.git
synced 2026-04-26 15:35:55 +03:00
[GH-ISSUE #999] [FEATURE REQUEST] Is there any way to isolate queues form others, just like clients and servers are within different namespaces #2505
Labels
No labels
CLI
bug
designing
documentation
duplicate
enhancement
good first issue
good first issue
help wanted
idea
invalid
investigate
needs-more-info
performance
pr-welcome
pull-request
question
wontfix
work in progress
work in progress
work-around-available
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/asynq#2505
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
@samparsky commented on GitHub (Sep 19, 2025):
@lypro09539 did you end up creating multiple queue servers?
@lypro09539 commented on GitHub (Sep 29, 2025):
@lypro09539 commented on GitHub (Oct 11, 2025):
@hibiken I wonder that my usage above is best practice or not?