[GH-ISSUE #580] [FEATURE REQUEST] "prefix matching" or "regex-matching", does it work? #2304

Open
opened 2026-03-15 20:01:35 +03:00 by kerem · 1 comment
Owner

Originally created by @184104489 on GitHub (Nov 26, 2022).
Original GitHub issue: https://github.com/hibiken/asynq/issues/580

Originally assigned to: @hibiken on GitHub.

srv := asynq.NewServer(redis, asynq.Config{
Concurrency: 10,
Queues: map[string]int{
"myqueue_partition-*": 1,
},
})

"prefix matching" or "regex-matching", does it work?

Originally created by @184104489 on GitHub (Nov 26, 2022). Original GitHub issue: https://github.com/hibiken/asynq/issues/580 Originally assigned to: @hibiken on GitHub. srv := asynq.NewServer(redis, asynq.Config{ Concurrency: 10, Queues: map[string]int{ "myqueue_partition-*": 1, }, }) "prefix matching" or "regex-matching", does it work?
Author
Owner

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

Thanks for the question. This is not currently supported. However, there are similar feature requests in the past (e.g., #250). I will consider adding this feature in the future.

<!-- gh-comment-id:1363526350 --> @hibiken commented on GitHub (Dec 23, 2022): Thanks for the question. This is not currently supported. However, there are similar feature requests in the past (e.g., #250). I will consider adding this feature in the future.
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#2304
No description provided.