Celery
Celery is an open-source distributed task queue for Python that lets applications run work asynchronously and on a schedule — offloading slow or delayed jobs to background worker processes instead of blocking the main request-response cycle.
2 resources across 2 libraries