arq — Easy Playground
Async task queue built on Redis and asyncio
Getting started with arqRun locally
Install
pip install arqPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: arq)
arq is a third-party package. Async task queue built on Redis and asyncio. Install with: pip install arq
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?