Skip to content

Worker Service : Using Redis / Celery instead of SQS/SNS #4524

Answered by behdad088
VaZark asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, you can use Celery with Redis as the message broker for your Django project. However, the worker environment in AWS Elastic Beanstalk is designed to work with SQS and SNS, so you would need to set up your own Redis instance and message queue. You can use the Celery command celery worker to start a worker service without any queues and configure it to listen to a Redis queue using the --queues flag.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by VaZark
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants