Django Async Task Queue with Postgres (no Kafka, Rabbit MQ, Celery, or Redis)

Django Async Task Queue with Postgres (no Kafka, Rabbit MQ, Celery, or Redis)

Articles
Quickly develop async task queues with only Django commands and PostgreSQL. You probably don't need the complexity of Kafka, RabbitMQ, or Celery.