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 new fields to deployment schedule forms in the UI #13205

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

Add new fields to deployment schedule forms in the UI #13205

abrookins opened this issue May 2, 2024 · 0 comments
Assignees
Labels
enhancement An improvement of an existing feature ui Related to the Prefect web interface

Comments

@abrookins
Copy link
Collaborator

Add new fields to the deployment schedule create and edit forms:

  1. max_active_runs (int, default unset/null)
  2. max_scheduled_runs (int, default unset/null, max 50)
  3. catchup (bool, default true)

Image

Notes on behavior:

  1. Client-side validation should show errors on the form
  2. Submitting the form and receiving an error response should show an error on the form.
  3. Closing the form with an error displayed (either client- or server-side generated) and reopening it should clear the fields and the error
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 ui Related to the Prefect web interface
Projects
None yet
Development

No branches or pull requests

2 participants