Describe the bug
After uploading a competition bundle, the "unpacking" step never completes. The bundle stays in pending state forever and no error is displayed in the UI.
Root cause: the site_worker Celery container is silently stuck in a restart loop and has zero consumers attached to the site-worker queue, so every unpack_competition task piles up unprocessed.
Describe the bug
After uploading a competition bundle, the "unpacking" step never completes. The bundle stays in pending state forever and no error is displayed in the UI.
Root cause: the
site_workerCelery container is silently stuck in a restart loop and has zero consumers attached to thesite-workerqueue, so everyunpack_competitiontask piles up unprocessed.