51 lines
1.8 KiB
Markdown
51 lines
1.8 KiB
Markdown
---
|
|
id: edit-schedule
|
|
title: Edit chaos experiment schedule
|
|
sidebar_label: Edit chaos experiment schedule
|
|
---
|
|
|
|
---
|
|
|
|
## Before you begin
|
|
|
|
You must schedule a chaos experiment. To know more about scheduling chaos experiments, click [here](schedule-experiment.md).
|
|
|
|
After you have scheduled a chaos experiment, you might have a need of changing the schedule of a recurring chaos experiment. To edit the schedule follow these steps:
|
|
|
|
## 1. Select edit schedule from the menu
|
|
|
|
In the **Chaos Experiments** page you can click on the triple dots of the experiment to access more options for it. From the menu select the **Edit Experiment** option.
|
|
|
|
<figure>
|
|
<img src={require('../assets/user-guides/injecting-fault/edit-schedule/schedule-menu.png').default} alt="Selecting Edit Schedule from the Menu" />
|
|
<i>Selecting Edit Schedule from the Menu</i>
|
|
</figure>
|
|
|
|
## 2. Click on edit button
|
|
|
|
Now you'll be seeing the pipeline diagram of your chaos experiment and you can click on the **Schedule** tab to change the schedule.
|
|
|
|
<figure>
|
|
<img src={require('../assets/user-guides/injecting-fault/edit-schedule/edit-schedule-page.png').default} alt="Summary of the Chaos experiment with Edit button" />
|
|
<i>Summary of the Chaos experiment with Edit button</i>
|
|
</figure>
|
|
|
|
## 3. Change the schedule
|
|
|
|
Here you can change the schedule to the required interval and click on the **Set schedule** button.
|
|
|
|
<figure>
|
|
<img src={require('../assets/user-guides/injecting-fault/edit-schedule/edit-schedule.png').default} alt="Editing the Schedule" />
|
|
<i>Editing the Schedule</i>
|
|
</figure>
|
|
|
|
## 4. Save the changes
|
|
|
|
Click the **Save** button to save the changes to the experiment chaos experiment.
|
|
|
|
## Learn more
|
|
|
|
- [Observe Chaos Experiment](observe-experiment.md)
|
|
- [Save Chaos Experiments as a Template](save-as-template.md)
|
|
- [Re-run a Chaos Experiment](re-run-experiment.md)
|