neuron_schedule_recipe
Schedule a recipe to run automatically on a fixed interval or at a specific time, using cron hours and weekdays or minute intervals, with variables and rules for full control.
Instructions
Schedule a recipe to run on an interval or at a specific time
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Recipe slug to schedule | |
| rules | No | Rules to pass to the recipe | |
| enabled | No | Whether the schedule is enabled | |
| cron_days | No | Days of week to run (0=Sunday, 6=Saturday). Only valid with cron_hour. | |
| cron_hour | No | Run daily at this hour 0-23 (mutually exclusive with interval_minutes) | |
| variables | No | Variables to pass to the recipe | |
| interval_minutes | No | Run every N minutes (mutually exclusive with cron_hour) |