A trivial demo application showcasing interoperability between Elixir and Python via Oban.
This project demonstrates how to use Oban to coordinate background jobs between an Elixir application and a Python worker. The Elixir app enqueues jobs that are processed by Python (using WeasyPrint to generate badge PDFs).
docker compose upThis will start all necessary services and you can begin processing jobs.