huey

Package — SchedulingPython 3.7+Intermediate

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

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
None (pure Python; optional: redis)
Install
pip install huey

Learn by Difficulty

Quick Example

python
# Install: pip install huey
import huey

# Basic huey usage
print(f"Using huey")
# See documentation for detailed examples

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

Try in Playground

Tags

packageschedulingtask-queuebackground-jobs