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

UI + Workflow - Validate Schedules #420

Open
tlawrie opened this issue Oct 27, 2023 · 3 comments
Open

UI + Workflow - Validate Schedules #420

tlawrie opened this issue Oct 27, 2023 · 3 comments
Assignees

Comments

@tlawrie
Copy link
Member

tlawrie commented Oct 27, 2023

Validate that Schedules works.

@tlawrie tlawrie converted this from a draft issue Oct 27, 2023
@tlawrie tlawrie moved this to To Do in Boomerang Flow Oct 27, 2023
@tlawrie tlawrie self-assigned this Nov 10, 2023
@tlawrie tlawrie changed the title Workflow - Validate Schedules UI + Workflow - Validate Schedules Nov 10, 2023
@tlawrie
Copy link
Member Author

tlawrie commented Apr 24, 2024

Testing schedules with the following scenarios

  • Every 15 minutes echo a shell
  • Every 1 hr echo a shell
  • Every 1 hr echo a parameter

@tlawrie tlawrie moved this from To Do to In Progress in Boomerang Flow Apr 24, 2024
@tlawrie
Copy link
Member Author

tlawrie commented Apr 24, 2024

@timrbula it looks like the ScheduleEntity has changed. Moving from parameters: { key: value} to params [{name: "", value: ""}]

I attempted to fix it to params from parameters (see latest push to the web app)... but its got the wrong type... its meant to be a RunParam (like on the Run modal).

I imagine the read of the params has changed as well from key: value to a run param if you are editing the schedule as well.
Is that something you can help fix? i think it might be in the SchedulerEditor.tsx but not 100% certain.

@tlawrie
Copy link
Member Author

tlawrie commented Apr 24, 2024

Additionally, another part of the app that we removed but might be helpful bringing back is the Schedules page for a team.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants