Documentation Index
Fetch the complete documentation index at: https://docs.praison.ai/llms.txt
Use this file to discover all available pages before exploring further.
start
Method
This is a method of the DeploymentScheduler class in the scheduler module.Start scheduled deployment.
Signature
Parameters
Schedule expression (e.g., “daily”, ”*/6h”, “3600”)
Maximum retry attempts on failure
Returns
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
