Expand description
Public schedule client — wraps /scrape/schedules, /screenshot/schedules,
/crawl/schedules and the cross-kind /schedules endpoints.
Mirrors the Go and Python SDKs: the kind-specific configuration is supplied
to the matching create_*_schedule method; cross-kind list/get/update/
delete/pause/resume/execute work on any schedule by id.
Structs§
- Create
Schedule Request - Public-facing request envelope for creating a schedule. The kind-specific config is supplied as a separate argument.
- List
Schedules Options - Optional filters for
Client::list_schedules. - Schedule
- Server-side schedule record. Returned by every read or mutation endpoint.
- Schedule
End - Bounds a recurring schedule by either a date or a fire count.
- Schedule
Recurrence - When a schedule fires next. Cron mode wins when
cronis set; otherwiseinterval+unitdrive the cadence. - Update
Schedule Request - PATCH payload. Only fields explicitly set are forwarded.