Hacker News new | past | comments | ask | show | jobs | submit login

I wrote django-postgres-queue for this purpose. It uses postgres transactions to keep queue and application state in sync. It also uses SKIP LOCKED to avoid some of the typical issues with using a database as a queue.

https://github.com/gavinwahl/django-postgres-queue




Thanks for making this, I've been using it to help me send emails, push notifications etc. to 20-30k users in a Django project :)


That actually does look like exactly what I need. Beautiful. Thank you! Great work.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: