Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the scheduler to use a deployment schedule's max_scheduled_runs if set #13207

Open
abrookins opened this issue May 2, 2024 · 0 comments
Labels
enhancement An improvement of an existing feature

Comments

@abrookins
Copy link
Collaborator

When the scheduler schedules runs, it currently always schedules 10 runs. Now that a deployment schedule will be able to configure the max runs with max_scheduled_runs, the scheduler should use that number if set and fall back to the default of 10.

NOTE: The default should be a constant in the scheduler, not a default value in the schema/DB column.

@abrookins abrookins changed the title Update the scheduler to use either the default number of runs (currently, 10) or a deployment schedule's max_scheduled_runs if set Update the scheduler to use a deployment schedule's max_scheduled_runs if set May 2, 2024
@abrookins abrookins added the enhancement An improvement of an existing feature label May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

1 participant