We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a84a3ff commit 5e93144Copy full SHA for 5e93144
1 file changed
docs/content/en/open_source/upgrading/2.52.md
@@ -21,9 +21,10 @@ If you want to be 110% sure no tasks will be lost you could perform the upgrade
21
22
`docker compose down nginx, uwsgi, celerybeat`
23
24
-2) Observe the logs of the celeryworker(s) and wait until all tasks are finished:
+2) Observe the Redis queue and/or the logs of the celeryworker(s) and wait until all tasks are finished:
25
26
-`docker compose logs celeryworker`
+`docker compose exec redis redis-cli llen celery` -- should output 0
27
+`docker compose logs celeryworker` -- should stop outputting new task logs
28
29
3) Stop the remaining services:
30
0 commit comments