You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedule cron jobs and automate recurring tasks with named presets and manual triggers. Use when users want to set up recurring scans, periodic reports, or automated trading schedules.
commands
/auto
/automation
Automation - Cron Scheduler
Schedule recurring tasks using cron expressions with preset support.
Commands
/auto list - List all scheduled jobs
/auto cron <schedule> <command> - Create a cron job
/auto remove <id> - Remove a job
/auto enable <id> - Enable a job
/auto disable <id> - Disable a job
/auto trigger <id> - Manually run a job
/auto presets - Show available schedule presets
Cron Expressions
Expression
Description
* * * * *
Every minute
0 * * * *
Every hour
0 9 * * *
Daily at 9am
*/15 * * * *
Every 15 minutes
0 0 1 * *
First of month
Presets
Instead of a cron expression, you can use a named preset: