uranusjr commented on code in PR #64571: URL: https://github.com/apache/airflow/pull/64571#discussion_r3194131092
########## airflow-core/src/airflow/jobs/scheduler_job_runner.py: ########## @@ -126,6 +127,23 @@ TASK_STUCK_IN_QUEUED_RESCHEDULE_EVENT = "stuck in queued reschedule" """:meta private:""" +MAX_PARTITION_DAG_RUNS_PER_TICK = 500 Review Comment: What’s the worst can happen if this is not the best value? (In other words, should we provide a way to change this?) -- 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]
