amoghrajesh commented on code in PR #62696:
URL: https://github.com/apache/airflow/pull/62696#discussion_r2923274474
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -294,6 +299,9 @@ def __init__(
key="num_stuck_in_queued_retries",
fallback=2,
)
+ self._scheduler_use_job_schedule = conf.getboolean("scheduler",
"use_job_schedule", fallback=True)
+ self._parallelism = conf.getint("core", "parallelism")
+ self._multi_team = conf.getboolean("core", "multi_team")
Review Comment:
Hmm, I am not too sure too. Maybe we can handle it separately since its been
inconsistent actually.
cc @kaxil do you have thoughts?
--
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]