Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Set the celery failover strategy to round-robin #461

Merged
merged 1 commit into from Jan 28, 2016
Merged

Conversation

leenagupte
Copy link
Contributor

We made a change to allow the broker url to accept a list of rabbitmq
nodes. When node 1 was taken down, the celery process did not connect to
the next node in the list.

The default failover strategy for kombu is round-robin, but we
believe that celery is overwriting this and setting it to none if the
failover strategy is not explictly configured in the application
config.

We made a change to allow the broker url to accept a list of rabbitmq
nodes. When node 1 was taken down, the celery process did not connect to
the next node in the list.

The default failover strategy for kombu is round-robin, but we
believe that celery is overwriting this and setting it to none if the
failover strategy is not explictly configured in the application
config.
leelongmore added a commit that referenced this pull request Jan 28, 2016
Set the celery failover strategy to round-robin
@leelongmore leelongmore merged commit cc70993 into master Jan 28, 2016
@leelongmore leelongmore deleted the set-failover branch January 28, 2016 12:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants