Skip to content

Commit

Permalink
Remove duplicate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
syedahsn committed Jul 15, 2024
1 parent 5e7eba9 commit 23920ca
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions airflow/executors/base_executor.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,12 +229,6 @@ def heartbeat(self) -> None:
self.log.debug("Calling the %s sync method", self.__class__)
self.sync()

self.trigger_tasks(open_slots)

# Calling child class sync method
self.log.debug("Calling the %s sync method", self.__class__)
self.sync()

def _emit_metrics(self, open_slots, num_running_tasks, num_queued_tasks):
"""
Emit metrics relevant to the Executor.
Expand Down

0 comments on commit 23920ca

Please sign in to comment.