Skip to main content

start

Method
This is a method of the DeploymentScheduler class in the scheduler module.
Start scheduled deployment.

Signature

def start(schedule_expr: str, max_retries: int) -> bool

Parameters

schedule_expr
str
required
Schedule expression (e.g., “daily”, ”*/6h”, “3600”)
max_retries
int
default:"3"
Maximum retry attempts on failure

Returns

Returns
bool
True if scheduler started successfully