ChaosScheduleJob Class

Defines a repetition rule and parameters of Chaos to be used with the Chaos Schedule.

Inheritance
ChaosScheduleJob

Constructor

ChaosScheduleJob(*, chaos_parameters: Optional[str] = None, days=None, times=None, **kwargs)

Parameters

chaos_parameters
str
Required

A reference to which Chaos Parameters of the Chaos Schedule to use.

days
ChaosScheduleJobActiveDaysOfWeek
Required

Defines the days of the week that a Chaos Schedule Job will run for.

times
list[TimeRange]
Required

A list of Time Ranges that specify when during active days that this job will run. The times are interpreted as UTC.