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

Head commit for run:
6fd7052f863ad9fc95ea4b82f8993fc5858d0dc3 / Ash Berlin-Taylor <[email protected]>
Move TaskInstance heartbeat directly on to TI row, not on Job row (#43599)

This is part of the work for AIP-72 epic, but is done as a separate PR for
ease of review.

This PR by itself doesn't remove the LocalTaskJob row (that will happen in a
future PR when the execution code is moved over to live in the TaskSDK) but
this paves the way for it. The reason we are making this change is:

- Having a separate row for tracking TI heartbeat is not really buying us much
- With the addition of TaskInstanceHistory we don't need _another_ separate
  record of when/where TIs were run
- It simplifies things (one less join in finding zombies)
- Makes zombie tracking easier -- it is now just on the TI state, not the
  combination of TI and Job state.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to