Skip to content

Commit

Permalink
Remove reference to 'scheduler_loop.jpg' in _run_scheduler_loop docst…
Browse files Browse the repository at this point in the history
…ring (#42300)

The image 'scheduler_loop.jpg' was removed in PR #38438, but its reference remained in the docstring of '_run_scheduler_loop'. This commit removes the outdated image reference.

Confirmed that no other docstrings reference images removed in PR #38438.
  • Loading branch information
wonseokyang-de authored Sep 18, 2024
1 parent 20ea6b7 commit ac9a9f5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions airflow/jobs/scheduler_job_runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -1021,11 +1021,6 @@ def _run_scheduler_loop(self) -> None:
#. Heartbeat executor
#. Execute queued tasks in executor asynchronously
#. Sync on the states of running tasks
Following is a graphic representation of these steps.
.. image:: ../docs/apache-airflow/img/scheduler_loop.jpg
"""
if not self.processor_agent and not self._standalone_dag_processor:
raise ValueError("Processor agent is not started.")
Expand Down

0 comments on commit ac9a9f5

Please sign in to comment.