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
On occasion github actions builds fail while waiting for a failed arm-sdk download, but does not retry, nor timeout in a timely manner.
I've not done this type of coding before, but after brief searching, i used a pre-made package @vercel/fetch-retry (https://github.com/vercel/fetch-retry). My initial idea was to add a retry and timeout, but found the pre-existing package, so i attempted to implement it.
What do you think of this: master...emuflight:retry_timeout ?
It did not fail, but i'm yet to discover if it provides the expected retries/timeout. i'm certain you would have better insight.
example failure 1+ hours:
my branch (unknown if solves issue):
The text was updated successfully, but these errors were encountered:
nerdCopter
changed the title
github actions fails due to stalls/timout
github actions occasionally fail due to stalls/timout
Dec 10, 2020
On occasion github actions builds fail while waiting for a failed arm-sdk download, but does not retry, nor timeout in a timely manner.
I've not done this type of coding before, but after brief searching, i used a pre-made package
@vercel/fetch-retry
(https://github.com/vercel/fetch-retry). My initial idea was to add a retry and timeout, but found the pre-existing package, so i attempted to implement it.What do you think of this: master...emuflight:retry_timeout ?
It did not fail, but i'm yet to discover if it provides the expected retries/timeout. i'm certain you would have better insight.
example failure 1+ hours:
my branch (unknown if solves issue):
The text was updated successfully, but these errors were encountered: