Rename shutdown task

This commit is contained in:
nolash 2021-04-21 15:35:20 +02:00
parent 8a20097934
commit 6877e50523
Signed by untrusted user who does not match committer: lash
GPG Key ID: 21D2E7BB88C2A746
1 changed files with 1 additions and 1 deletions

View File

@ -97,5 +97,5 @@ def hello(self):
@celery_app.task()
def shutdown(self):
def check_health(self):
celery.app.control.shutdown()