Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
subleq
on Nov 14, 2019
|
parent
|
context
|
favorite
| on:
Turning PostgreSQL into a queue serving 10k jobs p...
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
elnygren
on Nov 14, 2019
|
next
[–]
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 :)
aldoushuxley001
on Nov 15, 2019
|
prev
[–]
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:
https://github.com/gavinwahl/django-postgres-queue