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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add documentation for new deployment schedule fields #13211

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

Add documentation for new deployment schedule fields #13211

abrookins opened this issue May 2, 2024 · 0 comments
Labels
docs needs:triage Needs feedback from the Prefect product team

Comments

@abrookins
Copy link
Collaborator

First check

  • I added a descriptive title to this issue.
  • I used GitHub search to find a similar request and didn't find it 馃槆

Describe the issue

Add documentation for new deployment schedule fields (currently WIP):

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

Describe the proposed change

NA

Additional context

NA

@abrookins abrookins added docs needs:triage Needs feedback from the Prefect product team labels May 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs needs:triage Needs feedback from the Prefect product team
Projects
None yet
Development

No branches or pull requests

1 participant