Heya! How do I disable the limit on the number of...
# ask-community
m
Heya! How do I disable the limit on the number of Runs that get scheduled? Using 1.3.1. Registering with the
prefect register
CLI command, using the
ECSRun
Run Config. The schedule is defined in the
.py
file and passed as an argument to the flow (using a list of
CronClock
objects passed to a
Schedule
object).