Skip to main content

start

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

Signature

Parameters

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

Returns

bool
True if scheduler started successfully

Uses

  • logger.warning
  • ScheduleParser.parse
  • threading.Thread
  • start
  • logger.info
  • logger.error

Used By

Source

View on GitHub

praisonai/scheduler.py at line 83