Oban.py is a Python implementation of the Oban job processing framework, which allows inserting and processing jobs using a database, with features like concurrency, queues, and built-in cron scheduling. The OSS version is suitable for hobby projects or evaluating Oban philosophy, but the Pro version offers additional features like smarter rescues, true parallelism, and bulk operations for ...