Closed MJedr closed 1 year ago
There are multiple ways to handle it, see https://github.com/celery/celery/issues/4079 For now, I added a liveness probe (using celery ping), let's see if that helps. If not, we can check other ways mentioned in the issue.
Often we have an issue that next workers are non-responsive (can't connect to rabbitmq). We need to find a way to either restart the weird state or crash the container so that k8s restarts it automatically.