ashb commented on a change in pull request #17719:
URL: https://github.com/apache/airflow/pull/17719#discussion_r693398216
##########
File path: airflow/jobs/scheduler_job.py
##########
@@ -189,80 +189,6 @@ def is_alive(self, grace_multiplier: Optional[float] =
None) -> bool:
and (timezone.utcnow() - self.latest_heartbeat).total_seconds() <
scheduler_health_check_threshold
)
- @provide_session
- def _change_state_for_tis_without_dagrun(
Review comment:
I think this can happen if (for example) there is a crash in the worker
early on in the "boot" process, so it can't report it's own status in the DB.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]