Skip to content
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

github actions occasionally fail due to stalls/timout #11

Open
nerdCopter opened this issue Dec 10, 2020 · 1 comment
Open

github actions occasionally fail due to stalls/timout #11

nerdCopter opened this issue Dec 10, 2020 · 1 comment

Comments

@nerdCopter
Copy link

nerdCopter commented 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:
image

my branch (unknown if solves issue):
image

@nerdCopter nerdCopter changed the title github actions fails due to stalls/timout github actions occasionally fail due to stalls/timout Dec 10, 2020
@nerdCopter
Copy link
Author

i had not noticed some new retry logic here: abeabe7
my retry_timeout may be defunct/obsolete.

eudoxos referenced this issue in lvgl/lv_micropython Oct 20, 2021
Support some LVGL external libs. Related: lvgl/lv_binding_micropython#180

ESP32: Freeze lv_spi.py and sdcard.py. Related: lvgl/lv_binding_micropython#186, lvgl/lv_binding_micropython#69
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant