A Minimal Task Queue in Python Without Celery
For background jobs that don't need a distributed system. PostgreSQL LISTEN/NOTIFY, asyncio, and about 150 lines of code.
For background jobs that don't need a distributed system. PostgreSQL LISTEN/NOTIFY, asyncio, and about 150 lines of code.