dstandish commented on code in PR #43647:
URL: https://github.com/apache/airflow/pull/43647#discussion_r1828203078


##########
airflow/jobs/scheduler_job_runner.py:
##########
@@ -1802,7 +1803,7 @@ def _handle_tasks_stuck_in_queued(self, session: Session 
= NEW_SESSION) -> None:
 
         As a compromise between always failing a stuck task and always 
rescheduling a stuck task (which could
         lead to tasks being stuck in queued forever without informing the 
user), we have creating the config
-        `[core] num_stuck_reschedules`. With this new configuration, an 
airflow admin can decide how
+        ``[scheduler] num_stuck_in_queued_retries``. With this new 
configuration, an airflow admin can decide how

Review Comment:
   it's a scheduler setting not core, and more a retry than a reschedule



-- 
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]

Reply via email to