diff --git a/uwsgi-python/handlers/main.yml b/uwsgi-python/handlers/main.yml index 28c6b49e21c4b28e5777a20e6a72e553e58198da..90c3d24201922b224921c2ad41060256e2ca51e4 100644 --- a/uwsgi-python/handlers/main.yml +++ b/uwsgi-python/handlers/main.yml @@ -93,8 +93,13 @@ - name: restart uwsgi instance vampir-mitglieder service: name="uwsgi@vampir-mitglieder" state=restarted -- name: restart uwsgi instance alumnigraph +- name: restart uwsgi instance alumnigraph uwsgi service: name="uwsgi@alumnigraph" state=restarted + listen: "restart uwsgi instance alumnigraph" + +- name: restart uwsgi instance alumnigraph celery + service: name="alumnigraph-celery" state=restarted + listen: "restart uwsgi instance alumnigraph" - name: restart uwsgi instance ak-tracker service: name="uwsgi@ak-tracker" state=restarted