From bab8f388f905c9318daa0a9b4644b9bbc5847feb Mon Sep 17 00:00:00 2001 From: Robin Sonnabend <robin@fsmpi.rwth-aachen.de> Date: Sun, 3 Jul 2022 21:31:35 +0200 Subject: [PATCH] Restart alumnigraph-celery as well --- uwsgi-python/handlers/main.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/uwsgi-python/handlers/main.yml b/uwsgi-python/handlers/main.yml index 28c6b49..90c3d24 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 -- GitLab