The GitHub Actions job "Required Checks" on 
texera.git/fix/dataset-file-document-request-timeout has failed.
Run started by GitHub user Ma77Ball (triggered by Ma77Ball).

Head commit for run:
3c2dcb067895f1e7d845f0cf6e175bc3104ea35d / Matthew Ball <[email protected]>
 fix(amber): add timeouts and retries to dataset
  file-service requests

  DatasetFileDocument made two requests.get() calls
  (presigned-URL fetch
  and file download) with no timeout, so a hung or
  unreachable
  file-service would block the worker thread
  indefinitely.

  Route both calls through a Session with a (10s
  connect, 60s read)
  timeout and a urllib3 Retry policy (3 retries,
  exponential backoff,
  retrying on connection errors and 5xx). Both calls
  are idempotent GETs,
  so retrying is safe.

Report URL: https://github.com/apache/texera/actions/runs/27452281780

With regards,
GitHub Actions via GitBox

Reply via email to