I’ve been working on an open-source project called pybgworker, a lightweight background task worker for Python applications that works without Redis or RabbitMQ, using SQLite instead.
The goal was to make background job processing simple for project...