Django Async Task Queue with Postgres (no Kafka, Rabbit MQ, Celery, or Redis)
Quickly develop async task queues with only django commands and postgresql. I dont need the complexity of Kafka, RabbitMQ, or Celery.…
Quickly develop async task queues with only django commands and postgresql. I dont need the complexity of Kafka, RabbitMQ, or Celery.…
"I'll just quickly code up this thing to do the thing." Twenty hours later you look up, see commit-log filled with WTF moments and profanity, and nested if statements handling edge cases you never thought possible. Welcome to downloading favicons.…
We keep it simple (KISS Principal). A lot of stuff here is a little counter-intuitive as well. Our stack is Docker, Django, Traefik on a SINGLE Linux VM.We deploy via CI/CD pipelines (Bitbucket)We build in a monolith rather than microservicesWe use a database as a queueScale vertically…