Scheduling¶
What it does¶
Scheduling sends a future mesh message to yourself, another peer, or an orchestrator. Deliveries can be one-shot or recurring cron schedules.
Where available¶
- CLI:
repowire schedule ... - MCP:
schedule_create,schedule_self,schedule_cron,schedule_list,schedule_delete
Common flows¶
Use one-shot schedules for future reminders and check-ins:
Use recurring schedules for ongoing nudges:
Use kind=ask only when every delivery should require an explicit ack. Open asks continue to resurface through the ask reminder path until closed.
Limits¶
Schedules are message deliveries, not full task state. Use jobs when the work needs durable status, result, or cancellation semantics.