Articles tagged Celery
Published on Jan 6, 2024
Celery — Parallel Tasks

Celery is a distributed task queue framework that delegates tasks across multiple workers or threads it supports parallel processing. As a reader, I presume that you understand the basics of Celery and this article will only focus on the parallel tasks feature of Celery.