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.
The Complexity of Downloading Favicons, told in 15+ edge cases "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.
How can your organization keep costs under control? 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 microservices * We use a database as a queue