exception documentation

class ScheduleAlreadyRunningError(temporalio.exceptions.TemporalError): (source)

View In Hierarchy

Error when a schedule is already running.

Warning

Schedules are an experimental feature.

Method __init__ Create schedule already running error.

Inherited from TemporalError:

Property cause Cause of the exception.
def __init__(self): (source)

Create schedule already running error.