Hacker News new | ask | show | jobs
by alexmic 4743 days ago
Celery is a task framework. RabbitMQ is a queue server. Celery can use RabbitMQ as a message broker i.e a way to transfer the messages from your application to the workers.