From 6877e50523c489111b7837e2774ced9ec8671ddd Mon Sep 17 00:00:00 2001 From: nolash Date: Wed, 21 Apr 2021 15:35:20 +0200 Subject: [PATCH] Rename shutdown task --- apps/cic-eth/cic_eth/task.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/cic_eth/task.py b/apps/cic-eth/cic_eth/task.py index 33bcae18..45ba12b7 100644 --- a/apps/cic-eth/cic_eth/task.py +++ b/apps/cic-eth/cic_eth/task.py @@ -97,5 +97,5 @@ def hello(self): @celery_app.task() -def shutdown(self): +def check_health(self): celery.app.control.shutdown()