arq
Package — SchedulingPython 3.7+Intermediate
Async task queue built on Redis and asyncio
Quick Info
- Documentation
- Official Docs
- Python Version
- 3.7+
- Dependencies
- redis, click, pydantic
- Install
pip install arq
Learn by Difficulty
Quick Example
python
# Install: pip install arq import arq # Basic arq usage print(f"Using arq") # See documentation for detailed examples
arq is a third-party package. Async task queue built on Redis and asyncio. Install with: pip install arq
Try in PlaygroundTags
packageschedulingtask-queuebackground-jobs