Scheduler CLI (TypeScript)
Schedule agents and recipes to run periodically using the praisonai-ts CLI.Installation
Commands Overview
| Command | Description |
|---|---|
praisonai-ts schedule start | Start a new scheduler |
praisonai-ts schedule list | List all schedulers |
praisonai-ts schedule stop <name> | Stop a scheduler |
praisonai-ts schedule logs <name> | View scheduler logs |
praisonai-ts schedule stats | Show statistics |
Start a Scheduler
With a Task
With a Recipe
Start Options
| Option | Description |
|---|---|
--recipe | Recipe name to schedule |
--interval | Schedule interval |
--timeout | Timeout per execution |
--max-cost | Maximum budget in USD |
--max-retries | Maximum retry attempts |
Interval Formats
| Format | Description |
|---|---|
hourly | Every hour |
daily | Every day |
*/30m | Every 30 minutes |
*/6h | Every 6 hours |
List Schedulers
Stop a Scheduler
View Logs
Show Statistics
Examples
Complete Workflow
Multiple Schedulers
See Also
- Scheduler SDK - TypeScript API
- Background Tasks CLI - Background tasks
- Async Jobs CLI - Server-based jobs

