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

Add CLI options to relevant prefect deployment schedule commands #13213

Open
abrookins opened this issue May 2, 2024 · 0 comments
Open

Add CLI options to relevant prefect deployment schedule commands #13213

abrookins opened this issue May 2, 2024 · 0 comments
Assignees
Labels
component:cli Related to the Prefect CLI enhancement An improvement of an existing feature

Comments

@abrookins
Copy link
Collaborator

Update CLI commands that work directly with deployment schedules to support new fields:

  • max_active_runs: Optional[int] = None - how many runs can ever be active at one time. Min 1.
  • max_scheduled_runs: Optional[int] = None - how many runs into the future we should schedule out. Max: 50.
  • catchup: bool = True - whether or not we should ever submit runs for execution from a late state.
@abrookins abrookins added enhancement An improvement of an existing feature component:cli Related to the Prefect CLI labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:cli Related to the Prefect CLI enhancement An improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants