From 4f8c2215c1678aa24abc9962fa0f8a31f51b1fa3 Mon Sep 17 00:00:00 2001 From: Herculino Trotta Date: Mon, 10 Feb 2025 23:13:16 -0300 Subject: [PATCH] fix(docker): procrastinate can't recover if it crashes in a running instance --- docker/prod/procrastinate/start | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker/prod/procrastinate/start b/docker/prod/procrastinate/start index d020bf7..fa9e7a2 100644 --- a/docker/prod/procrastinate/start +++ b/docker/prod/procrastinate/start @@ -10,6 +10,4 @@ until [ -f /tmp/migrations_complete ]; do sleep 2 done -rm -f /tmp/migrations_complete - exec python manage.py procrastinate worker