Back to Developer Roadmap

Task Queues

src/data/roadmaps/system-design/content/task-queues@a9wGW_H1HpvvdYCXoS-Rf.md

4.0449 B
Original Source

Task Queues

Tasks queues receive tasks and their related data, runs them, then delivers their results. They can support scheduling and can be used to run computationally-intensive jobs in the background.

Celery has support for scheduling and primarily has python support.

Visit the following resources to learn more: