You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cli: Allow to repeat the same chaos event with -count in order to terminate
multiple EC2 instances of an auto scaling group. Use -interval to configure
the time to wait before triggering the next event.
cli: Allow to configure the probability of chaos events via -probability.
cli: Set timeout of 10 seconds on AWS operations.
lib: Move processing of environment variables from CLI to library. Added DefaultConfig() for this purpose.
lib: Add EventsSince() to get all chaos events since a specific time.