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 syncRun the scheduler with
uv run python -m src.mainRun the tests with
uv run pytest