potiuk commented on code in PR #31277:
URL: https://github.com/apache/airflow/pull/31277#discussion_r1193127445
##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -264,27 +264,6 @@ def _debug_dump(self, signum: int, frame: FrameType |
None) -> None:
self.job.executor.debug_dump()
self.log.info("-" * 80)
- def is_alive(self, grace_multiplier: float | None = None) -> bool:
Review Comment:
This is not used any more - I missed during the refactor that this "special"
case for SchedulerJob is not called any more.
--
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]