rq — Easy Playground
Redis Queue: simple job queue backed by Redis
Getting started with rqRun locally
Install
pip install rqPython CodeRun locally
Expected Output
# Expected output shown below # (Run locally with: rq)
rq is a third-party package. Redis Queue: simple job queue backed by Redis. Install with: pip install rq
Challenge
Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?