The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user ephraimbuddy (triggered by ephraimbuddy).

Head commit for run:
900d291a4ae5624094b5db21276e29b2928e7b94 / Ephraim Anierobi 
<[email protected]>
Use time.time() for dag file process start time

We currently use Psutil's create_time for process start time,
which gives the time the process started using the system clock. We can use
time.time to track when the process started processing the files instead.

In breeze, once the laptop hibbernates, you would have to restart the dag
processor but this fixes it. Since this does not happen in other deployments,
we suspect that this issue is peculiar to breeze.

Closes: #47937, Closes: #47294

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

With regards,
GitHub Actions via GitBox


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

Reply via email to