Toggle Sidebar
Toggle Theme
Commanded scheduler
v0.1.0
GUIDES
Modules
Commanded scheduler v0.1.0
Commanded.Scheduler.Batch
View Source
Schedule a batch of one-off commands due at their given date/time (in UTC).
Link to this section
Summary
Functions
new(schedule_uuid)
schedule_once(batch, command, due_at, opts \\ [])
schedule_recurring(batch, command, cron_expression, opts \\ [])
Link to this section
Functions
Link to this function
new(schedule_uuid)
View Source
Link to this function
schedule_once(batch, command, due_at, opts \\ [])
View Source
Link to this function
schedule_recurring(batch, command, cron_expression, opts \\ [])
View Source