taskiq-python / taskiq

Distributed task queue with full async support
MIT License
808 stars 50 forks source link

Matrix [protocol] broker #241

Closed thebalaa closed 10 months ago

thebalaa commented 10 months ago

Hello TaskIQ,

As long time celery users we love this project and have been slowly migrating our systems to TaskIQ.

As part of transition journey we have built a Broker powered by the Matrix protocol.

https://github.com/fractalnetworksco/taskiq-matrix

This library is under active development and should be considered alpha quality. Also please note we have not validated its behavior in a federated context. This means that for now all workers are expected to be connected to the same Matrix homeserver.

We have tested with Synapse 1.95.1 and have seen good results.

Thank you for the wonderful project.

s3rius commented 10 months ago

Thank you for such a big contribution to the taskiq-ecosystem. And thanks for all warm words.