Back to Ruflo

Ruflo Schedule

plugins/ruflo-loop-workers/commands/ruflo-schedule.md

3.6.30443 B
Original Source

$ARGUMENTS Schedule a persistent background worker using CronCreate.

Usage: /schedule <worker> [cron-expression]

Workers: audit, map, optimize, consolidate, testgaps, predict, document, benchmark.

Default cron expressions:

  • audit, testgaps: */15 * * * *
  • optimize, map: */30 * * * *
  • consolidate, document: 0 * * * *

Example: /schedule audit */15 * * * * Creates: CronCreate("audit", "*/15 * * * *", "Run security audit worker")