From 6b6f7744aa03f2194f6a76670ef4f2c5e17d01a8 Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Fri, 30 Dec 2022 21:21:45 +0000 Subject: [PATCH] add clearing of celery locks to docker --- docker/containers/tactical/entrypoint.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/containers/tactical/entrypoint.sh b/docker/containers/tactical/entrypoint.sh index 4bc830e3..5b6ffe08 100644 --- a/docker/containers/tactical/entrypoint.sh +++ b/docker/containers/tactical/entrypoint.sh @@ -123,6 +123,7 @@ EOF python manage.py create_natsapi_conf python manage.py create_uwsgi_conf python manage.py create_installer_user + python manage.py clear_redis_celery_locks python manage.py post_update_tasks # create super user