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

feature: Batch re-run UI #4787

Open
rubenfiszel opened this issue Nov 25, 2024 · 0 comments
Open

feature: Batch re-run UI #4787

rubenfiszel opened this issue Nov 25, 2024 · 0 comments
Assignees

Comments

@rubenfiszel
Copy link
Contributor

The goal of this feature is to allow to run more than 1 jobs at once from the UI

Scenarios that need to be handled:

  • Filtering jobs from the runs page, selecting them (all within page, all within filters, or one by one) and re-running all of them (v0)
  • Take a time window range within a schedule that is in the past and run all ticks that would have happened in the past, with optionally not re-running the ticks that did actually happen

In terms of job arguments, here are the different scenarios:

  • Rerun with exactly same args as the re-ran job (v0)
  • If having selected different script versions or flow versions, which have different schemas:
    • Have a tab for each script/flow version containing a schema form
    • Have a "common tab" where fields that are common can be set there
    • every field can either be set with static info or a javascript expression like for scripts/flows, where possible values usable in that javascript expressions are the date at which the job was originally schedules or the value of other fields
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant