chaostoolkit / chaostoolkit-lib

The Chaos Toolkit core library
https://chaostoolkit.org/
Apache License 2.0
77 stars 46 forks source link

Split probes/actions with property pauses into two activities #198

Closed roeiK-wix closed 2 years ago

roeiK-wix commented 3 years ago

We encounter an issue with the pause ability. currently, we have an action that doing something, and afterward, we want to pause for some time. Also, we want to send a message to slack that this action is executed and also a slack message that the pausing has begun after this action. (We are using the before_activity_control event for that.)

The problem is that we have also a slack message inside that action. So, what we are seeing on slack is: Action executed.. Pausing for 360s Some message inside the action..

Can you help us with that issue, maybe split those functionalities in the controls?

Lawouach commented 3 years ago

Hello,

I think, we could add a control that is before the activity is paused? Would that help?

roeiK-wix commented 3 years ago

This will do the trick! Excellent idea. :)

Lawouach commented 3 years ago

I'll do my best to add it this week.

roeiK-wix commented 3 years ago

I'll do my best to add it this week.

Thanks!

github-actions[bot] commented 2 years ago

This Issue has not been active in 365 days. To re-activate this Issue, remove the Stale label or comment on it. If not re-activated, this Issue will be closed in 7 days.

github-actions[bot] commented 2 years ago

This Issue was closed because it was not reactivated after 7 days of being marked Stale.