dstandish commented on code in PR #60006:
URL: https://github.com/apache/airflow/pull/60006#discussion_r2669221985
##########
airflow-core/src/airflow/jobs/scheduler_job_runner.py:
##########
@@ -3020,7 +2975,7 @@ def _try_to_load_executor(self, ti: TaskInstance,
session, team_name=NOTSET) ->
return executor
- def _exceeds_max_active_runs(
+ def _check_exceeds_max_active_runs(
Review Comment:
But i guess set makes it clear we're writing, so, that's good too. i'll just
change it to set.
--
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]