Lee-W commented on code in PR #64571:
URL: https://github.com/apache/airflow/pull/64571#discussion_r3194147676


##########
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
   
   The DagRun that waits for 501 Assets will never be triggered.
   
   > should we provide a way to change this?
   
   I think we should, but I'm thinking of doing it in another PR.



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