Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Fix bug 1120619 - Restart all celery components during deploy. Refs bug 1122085. #3036

Merged
merged 1 commit into from Jan 30, 2015

Conversation

jezdez
Copy link
Contributor

@jezdez jezdez commented Jan 30, 2015

No description provided.

@@ -71,7 +71,7 @@ def prime_app(ctx):
@hostgroups(settings.CELERY_HOSTGROUP, remote_kwargs={'ssh_key': settings.SSH_KEY})
def update_celery(ctx):
ctx.remote(settings.REMOTE_UPDATE_SCRIPT)
ctx.remote('/usr/bin/supervisorctl restart %s' % settings.CELERY_SERVICE)
ctx.remote('/usr/bin/supervisorctl mrestart celery*')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mrestart typo? Or are we using a library or something that gives it to us?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

no typo, we use a supervisor plugin that adds wildcard support via an own command

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jezdez
Copy link
Contributor Author

jezdez commented Jan 30, 2015

Okay, cyliang gave the go on Bugzilla for stage: https://bugzilla.mozilla.org/show_bug.cgi?id=1120619

groovecoder added a commit that referenced this pull request Jan 30, 2015
Fix bug 1120619 - Restart all celery components during deploy. Refs bug 1122085.
@groovecoder groovecoder merged commit 933f019 into master Jan 30, 2015
@groovecoder groovecoder deleted the bug1120619 branch January 30, 2015 19:55
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