[GitHub] [airflow] XD-DENG commented on a change in pull request #10729: Detect orphaned task instances by SchedulerJob id and heartbeat

2020-09-04 Thread GitBox
XD-DENG commented on a change in pull request #10729: URL: https://github.com/apache/airflow/pull/10729#discussion_r483827767 ## File path: airflow/jobs/scheduler_job.py ## @@ -1759,3 +1759,46 @@ def _emit_pool_metrics(self, session: Session = None) -> None: @provide_sess

[GitHub] [airflow] XD-DENG commented on a change in pull request #10729: Detect orphaned task instances by SchedulerJob id and heartbeat

2020-09-04 Thread GitBox
XD-DENG commented on a change in pull request #10729: URL: https://github.com/apache/airflow/pull/10729#discussion_r483806158 ## File path: tests/jobs/test_backfill_job.py ## @@ -1441,3 +1441,97 @@ def test_backfill_run_backwards(self): dag.clear() session.c