I have an application that was running smoothly. I pushed a newly updated Docker image and restarted the app through Marathon's UI. The redeployment is now frozen, stuck on Progress 1/2
.
First, what does Progress
indicate and why is it 1/2
? When I restart other applications on Marathon, they all have a progress ratio of 1/1
.
Second, how can I debug this? When I run the container locally, I don't have any issues.