-
-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deployment action hangs forever #206
Comments
There is a timeout option, although I've been seeing successful deployments failing to mark the step as complete and keeping running until that timeout occurs, I'll have to investigate. |
I realised that the CI worked on one of my projects but not on the other, even though they are similar. The only difference was that I was using |
I have published v2.0.0 with the latest clever-tools, which could help with this issue. Could you give it a try please? |
Hi,
For whatever reason, randomly the step of deploying can hangs forever whereas the deployment is effective on Clever Cloud. Does anyone has encountered this issue?
I'm using:
I have to cancel my run after X hours to free my pipeline. Note in a normal situation it takes around 5 minutes to deploy.
A solution to mitigate freezing the pipeline would be to add something like
timeout-minutes: 15
to the step so it warns us to check the deployment has worked or not.Thank you,
The text was updated successfully, but these errors were encountered: