taskiq

Package — SchedulingPython 3.7+Intermediate

Async distributed task framework with multiple brokers

Quick Info

Documentation
Official Docs
Python Version
3.7+
Dependencies
pydantic, typing-extensions, anyio, taskiq-dependencies
Install
pip install taskiq

Learn by Difficulty

Quick Example

python
# Install: pip install taskiq
import taskiq

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

taskiq is a third-party package. Async distributed task framework with multiple brokers. Install with: pip install taskiq

Try in Playground

Tags

packageschedulingtask-queuebackground-jobs