Skip to content

Commit 5e93144

Browse files
Update 2.52.md
1 parent a84a3ff commit 5e93144

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • docs/content/en/open_source/upgrading

docs/content/en/open_source/upgrading/2.52.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ If you want to be 110% sure no tasks will be lost you could perform the upgrade
2121

2222
`docker compose down nginx, uwsgi, celerybeat`
2323

24-
2) Observe the logs of the celeryworker(s) and wait until all tasks are finished:
24+
2) Observe the Redis queue and/or the logs of the celeryworker(s) and wait until all tasks are finished:
2525

26-
`docker compose logs celeryworker`
26+
`docker compose exec redis redis-cli llen celery` -- should output 0
27+
`docker compose logs celeryworker` -- should stop outputting new task logs
2728

2829
3) Stop the remaining services:
2930

0 commit comments

Comments
 (0)