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] Schedule a Chaos Mesh workflow definition, instead of immediately executing it #3544

Open
pcgeek86 opened this issue Aug 10, 2022 · 2 comments
Assignees
Labels

Comments

@pcgeek86
Copy link

Feature Request

Is your feature request related to a problem? Please describe:

I would like to create a workflow, and then schedule that workflow to run periodically on a cron schedule. Right now, Chaos Mesh runs a workflow as soon as you create it, and doesn't allow you to schedule execution of a workflow (unless I'm missing something).

Describe the feature you'd like:

Use Schedule feature to run a workflow.

Describe alternatives you've considered:

n/a

Teachability, Documentation, Adoption, Migration Strategy:

As a Chaos Mesh user, I would like to create a workflow definition, without necessarily running. Then I would like to separately create a Schedule resource that executes a Workflow definition on a cron schedule.

@Andrewmatilde Andrewmatilde added the type/enhancement New feature or request label Aug 16, 2022
@Andrewmatilde Andrewmatilde added type/enhancement New feature or request component/dashboard and removed type/enhancement New feature or request labels Aug 23, 2022
@STRRL
Copy link
Member

STRRL commented Aug 23, 2022

Actually, we could use Schedule to orchestrate Workflow now, but we do not support creating it on the dashboard because of the complexity UX logic.

ref:

type ScheduleItem struct {

also cc @YangKeao

@ashish-kumar-r
Copy link

Hi @STRRL @YangKeao, I am looking at similar thing. Is there any documentation you can point me to on how to schedule a workflow using YAML file ?

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

No branches or pull requests

4 participants