temporalio.client.ScheduleAlreadyRunningError

exception documentation

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

Constructor: ScheduleAlreadyRunningError()

View In Hierarchy

Error when a schedule is already running.

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.