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
While you can just 'rerun failed jobs' from the GitHub UI, we could also add a try/except block in hyp3-isce2
with get_asf_session() as session:
^^^^^^^^^^^^^^^^^
File "/home/runner/work/fufiters/fufiters/src/hyp3_isce2/burst.py", line 316, in get_asf_session
response.raise_for_status()
File "/home/runner/micromamba/envs/hyp3-isce2/lib/python3.11/site-packages/requests/models.py", line 1021, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url:
It's common for the hyp3-isce2 step to error with
requests.exceptions.HTTPError: 502 Server Error: Bad Gateway for url:
. https://github.com/relativeorbit/fufiters/actions/runs/9214190095/job/25349834095While you can just 'rerun failed jobs' from the GitHub UI, we could also add a try/except block in hyp3-isce2
Or try using this 3rd party github action step that should automatically retry the failed command
https://github.com/nick-fields/retry
The text was updated successfully, but these errors were encountered: