You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wait for all nodes to report a status of pinned before returning
Github actions time out after 6 hours but most of the time something is broken if adding the content to the cluster takes just a fraction of that time. For example: website builds of just a few megabytes should not take more than 5 minutes.
It would be great to add support for --wait-timeout as an input:
How long to --wait (in seconds), default is indefinitely.
The text was updated successfully, but these errors were encountered:
Currently this task uses
--wait
to:Github actions time out after 6 hours but most of the time something is broken if adding the content to the cluster takes just a fraction of that time. For example: website builds of just a few megabytes should not take more than 5 minutes.
It would be great to add support for
--wait-timeout
as an input:The text was updated successfully, but these errors were encountered: