A scheduler that collects incoming completion requests and send them in batches to a worker. Used to explore hexagonal architecture patterns and the asyncio
module.
uv sync
Run the scheduler with
uv run python -m src.main
Run the tests with
uv run pytest