Hello,
I have a Dockerized Python app (FastAPI, starts with uvicorn). I have an integration with Github Webhooks set in place. Everything worked until last day. This means that since yesterday, I have been unable to make successful deployments.
I tried resetting the Webhook (configuring it again), deploying from multiple branches (dev, main), and even doing a manual deployment (via uploading an archive of the code). I have previously done all of these at times, and they all worked.
Nothing on the code side changed (in terms of dependencies, Dockerfile, etc.).
Of course, the ID of the deployment varies (this is the latest example). I think this is a problem with the inner workings of the actual deployment on your side (or when the container switch is attempted). It does not seem to have anything to do with code changes on my side.
I am attaching 2 screenshots to detail the issue further.
Can you please provide guidance on this? Can you confirm if this is an issue on your side and you are investigating it?
Thank you!