hueyEasy Playground

Lightweight task queue (Redis, SQLite, in-memory)

Getting started with hueyRun locally
Install
pip install huey
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: huey)

huey is a third-party package. Lightweight task queue (Redis, SQLite, in-memory). Install with: pip install huey

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?