-
Notifications
You must be signed in to change notification settings - Fork 121
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
Waiter timeout #126
Comments
We're also seeing this error since this morning, with no changes to any of our GitHub workflows. It looks like it was one of the two recent PRs that may have caused this. |
+1 here locking action to @v1.2.0 instead of @master resolved the issue for me |
We've pinned to |
Drastically increased the timeout values to stop the immediate issue. Create and update stack operations will now timeout at 12 hours. We can adjust the numbers again but this should at least get us past the 30 second issue. |
working with cloud front distributions and ssl certificates sometimes take a few minutes to successfully deploy.
Recently i've been getting the error after around 30 seconds:
Which I believe is due to the
maxWaitTime
of 30 seconds passed to:like so:
Does this sound right or do you think the issue lies somewhere else?
The text was updated successfully, but these errors were encountered: