Procrastinate: PostgreSQL-Based Task Queue for Python

Procrastinate is an open-source Python 3.7+ distributed task processing
library, leveraging PostgreSQL to store task definitions, manage locks and
dispatch tasks. It can be used within both sync and async code. Read more

Similar