The GitHub Actions job "Tests (AMD)" on airflow.git/fix-openai-trigger-timeout 
has failed.
Run started by GitHub user magic-peach (triggered by shahar1).

Head commit for run:
33177bdb3c47ac5dbcf65c6de207b75eb0c224e2 / Akanksha Trehun 
<[email protected]>
Fix timeout logic bug and use time.monotonic() in openai batch trigger

The timeout error message computed time.time() - self.end_time which
produces a negative number since end_time is already in the past.
Replace with a clear message stating the batch did not complete within
the configured timeout.

Also switch to time.monotonic() for the timeout check to align with
the project coding standard.

Signed-off-by: Akanksha Trehun <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/29157220471

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to