Skip to content
This repository has been archived by the owner on Nov 29, 2019. It is now read-only.

Commit

Permalink
fabfile: app_reload will now restart source_reader
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitg committed Apr 1, 2015
1 parent 867cd49 commit 7486b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fabfile.py
Expand Up @@ -150,7 +150,7 @@ def app_reload():
#supervisor config file may have changed
venvcmd("supervisorctl reread")
venvcmd("supervisorctl update")
venvcmd("supervisorctl restart celery_imap changes_router celery_notification_dispatch celery_notify celery_notify_beat")
venvcmd("supervisorctl restart celery_imap changes_router celery_notification_dispatch celery_notify celery_notify_beat source_reader")
if env.uses_uwsgi:
venvcmd("supervisorctl restart prod:uwsgi")
""" This will log everyone out, hopefully the code is now resilient enough
Expand Down

0 comments on commit 7486b98

Please sign in to comment.