Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move from rabbitmq to Redis #63

Merged
merged 1 commit into from Feb 2, 2017
Merged

Move from rabbitmq to Redis #63

merged 1 commit into from Feb 2, 2017

Conversation

puckel
Copy link
Owner

@puckel puckel commented Feb 2, 2017

Use celery with Redis as the messaging queue instead of Rabbitmq.

@puckel puckel merged commit 28e0ab9 into master Feb 2, 2017
@sdikby
Copy link

sdikby commented Feb 3, 2017

@puckel What problems is this solve ?
In which cases is Resdis better than RabbitMQ?

@puckel puckel deleted the rmq-to-redis branch February 14, 2017 13:25
@jghoman
Copy link

jghoman commented Mar 1, 2017

I'm curious too as to what prompted this change. We're running a modified version of this setup (thanks, btw!) - were there any problems with the RabbitMQ?

@puckel
Copy link
Owner Author

puckel commented Mar 1, 2017

Hi @jghoman & @sdikby ,

I've decided to switch to Redis for this reasons :

  • We (BlaBlaCar) have experienced some issue similar to this issue https://issues.apache.org/jira/browse/AIRFLOW-401 and some issues with rabbitmq not linked to Airflow utilization.
  • We use Redis intensively without issues
  • Airbnb use celery w/ Redis

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants