[GH-ISSUE #785] [FEATURE REQUEST] Task or Queue broadcasting #2408

Closed
opened 2026-03-15 20:23:00 +03:00 by kerem · 2 comments
Owner

Originally created by @NuVivo314 on GitHub (Nov 21, 2023).
Original GitHub issue: https://github.com/hibiken/asynq/issues/785

Originally assigned to: @hibiken on GitHub.

Is your feature request related to a problem? Please describe.

A missing feature would be the ability to have a broadcast-type queue, where if there are multiple consumers, one task could be read by N consumers.

Alternatively, the possibility to include an option at the task level to ensure it is broadcast to all consumers would be beneficial.

Originally created by @NuVivo314 on GitHub (Nov 21, 2023). Original GitHub issue: https://github.com/hibiken/asynq/issues/785 Originally assigned to: @hibiken on GitHub. **Is your feature request related to a problem? Please describe.** A missing feature would be the ability to have a broadcast-type queue, where if there are multiple consumers, one task could be read by N consumers. Alternatively, the possibility to include an option at the task level to ensure it is broadcast to all consumers would be beneficial.
kerem 2026-03-15 20:23:00 +03:00
Author
Owner

@kamikazechaser commented on GitHub (Dec 6, 2023):

Imo, this would be better solved with traditional pub/sub options likes NATS. I don't see how such a feature would be beneficial aside from racing between workers.

<!-- gh-comment-id:1843176684 --> @kamikazechaser commented on GitHub (Dec 6, 2023): Imo, this would be better solved with traditional pub/sub options likes NATS. I don't see how such a feature would be beneficial aside from racing between workers.
Author
Owner

@NuVivo314 commented on GitHub (Dec 8, 2023):

Hello,

Yes, i redirect my search to pub/sub like Redis Group Stream.

<!-- gh-comment-id:1846900186 --> @NuVivo314 commented on GitHub (Dec 8, 2023): Hello, Yes, i redirect my search to pub/sub like Redis Group Stream.
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#2408
No description provided.