tembo-io / pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.
PostgreSQL License
2.7k stars 73 forks source link

Feature Request: Add PGMQ Support to Celery #260

Open tavallaie opened 5 months ago

tavallaie commented 5 months ago

I am currently working on integrating PGMQ into Celery, both as a message broker and as a result backend. This integration aims to leverage PGMQ's efficient message handling and result storage to enhance Celery's flexibility and performance.

I believe this feature would be a valuable addition to the PGMQ and Celery ecosystems. Any guidance or support from the community would be greatly appreciated as I work on this.

Thank you for considering this request.

Best regards,

Ali

ChuckHend commented 5 months ago

I've used celery a ton but am not super familiar with it's internals. I always wanted to run celery on postgres and if we can make that happen with pgmq that would be awesome.

anddimario commented 5 months ago

@tavallaie i'm interested in this feature, is there a repo?

tavallaie commented 5 months ago

I worked on kombu for supporting pgmq as a protocol also I have some draft for adding pgmq to celery but I don't push it to public repo yet