New release is taking too long.
I am trying to deploy a new image but it is taking too long. It has been stuck in the initialization stage for the past one hour. Any suggestions?
![No description](https://cdn.answeroverflow.com/1267858892038209609/image.png)
5 Replies
try checking your workers
set max workers to 3
check the system logs
![No description](https://cdn.answeroverflow.com/1268199350966681602/Screenshot_2024-07-31_at_9.30.57_PM.png)
sometimes its due to docker pull failure ( e.g. invalid image name, no permssion to the image url)
Are you using same docker image tag each time?