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?
5 Replies
try checking your workers
set max workers to 3
check the system logs
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?