taskiq-python / taskiq-redis

Broker and result backend for taskiq
MIT License
40 stars 18 forks source link

Split Broker into Broadcast and Standart #12

Closed booqoffsky closed 1 year ago

booqoffsky commented 1 year ago

To solve this issue, I suggest you use a standard List instead of PubSub. This allows you to use BRPOP to receive one message per worker.

s3rius commented 1 year ago

@booqoffsky, thanks for your work and time. But I suggest you to create another broker. So people can choose what they want to use actually.

For some systems broadcasting of PUBSUB would be a big plus.

chandr-andr commented 1 year ago

@booqoffsky Thank you! PR merged)