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

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

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

This PR byitself doesn't remove the LocalTaskJob row (that will happen in a
future PR when the exeuction 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 eaiser -- 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/11637321047

With regards,
GitHub Actions via GitBox


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

Reply via email to