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.warningScheduleParser.parsethreading.Threadstartlogger.infologger.error
Used By
PraisonAgentExecutor.executeAgentScheduler.startProfiler.streamingProfiler.streaming_asyncProfiler.memory
Source
View on GitHub
praisonai/scheduler.py at line 83
