Oban, the job processing framework from Elixir, has come to Python 6 months ago
I recommend [Celery](https://docs.celeryq.dev/en/stable/). Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system.
BTW its free.