From 5450e6522e2851ec35c8f45143f1d396bb8648aa Mon Sep 17 00:00:00 2001 From: Daniel Cortes Date: Mon, 8 Jun 2020 21:59:25 -0400 Subject: [PATCH] Es necesario reiniciar los workers en deploy --- deploy.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 215581c..19261bf 100644 --- a/deploy.sh +++ b/deploy.sh @@ -21,4 +21,6 @@ pip install -r requirements.txt -r requirements-prod.txt ./manage.py migrate --noinput # Restart systemctl unit -sudo /bin/systemctl restart musiclist \ No newline at end of file +sudo /bin/systemctl restart musiclist +sudo /bin/systemctl restart musiclist-worker-default +sudo /bin/systemctl restart musiclist-worker-high