Rename shutdown task
This commit is contained in:
parent
8a20097934
commit
6877e50523
@ -97,5 +97,5 @@ def hello(self):
|
|||||||
|
|
||||||
|
|
||||||
@celery_app.task()
|
@celery_app.task()
|
||||||
def shutdown(self):
|
def check_health(self):
|
||||||
celery.app.control.shutdown()
|
celery.app.control.shutdown()
|
||||||
|
Loading…
Reference in New Issue
Block a user