create_schedule
Set up recurring scrape jobs by assigning a config ID to run at regular intervals, with optional start time and automatic stop on error.
Instructions
Create a new scheduled scrape job that runs at regular intervals.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| config_id | Yes | Config ID to run | |
| start_time | No | Start time (HH:MM) | |
| stop_on_error | No | ||
| interval_minutes | Yes | Run interval (min: 5) |