Our application is stuck in deployment state while there is no current deployment.
It means that it’s actually impossible for us to deploy another version, re-deploy and unexpectedly to cancel deployment.
There are no deployment logs, no “deploying” label on any app in the stack.
How do you guys think we could fix this unless deleting the stack and creating another one (which will not be possible since it’s in deploying state I guess) ?
Hi @json , thanks for the report - @Melvin_Zottola (backend engineer @ Qovery) is taking a look at what’s going on. He will respond through this thread.
Hello @json ,
Sorry for the delay.
We’re still fixing the issue, I let you know once it is resolved.
About your last message, I can see that the deployment of your application “api-server” is making a timeout on our engine side: you should see in the error logs Readiness probe failed. We have a timeout of 10minutes for deploying the application.
Feel free to ask any details if needed.
Actually we’re deploying this ‘api-server’ service in less than 15 seconds locally. It’s not supposed to last 10 minutes.
Was there a recent change with your Dockerfile application port ?
We’ve seen that the port used by your current running application is 8880 and the application that fails is 8080.
If yes, can you re-create a 2nd application “api-server-2” in the same environment with the good port and deploy this new application ?
Hi there, I think there’s still an issue.
Still having same stuck deployment state, with more informations about not found pod controllers. Maybe I have to update my cluster or something like this ? Let me know if I have to handle ops by my side.