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 support for new fields to prefect deploy and prefect.yaml #13212

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

Add support for new fields to prefect deploy and prefect.yaml #13212

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

abrookins commented May 2, 2024

Add support for new deployment schedule fields:

  • max_active_runs: Optional[int] = None - how many runs can ever be active at one time. Min 1.
  • catchup: bool = True - whether or not we should ever submit runs for execution from a late state.

Important code references:

@abrookins abrookins added enhancement An improvement of an existing feature component:cli Related to the Prefect CLI labels May 2, 2024
@abrookins abrookins assigned abrookins and zzstoatzz and unassigned abrookins May 14, 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