{% set _sch_type = form_data.get('schedule_type', config.schedule_type if config is defined else 'interval') if form_data else (config.schedule_type if config is defined else 'interval') %}

Sync Schedule

Configure automatic sync frequency. Cron times are in UTC.

{% if errors and errors.get('schedule_value') %}

{{ errors['schedule_value'][0] }}

{% endif %}

Minimum 1 hour. First sync triggers immediately for new configurations.

5-field format: minute hour day-of-month month day-of-week. Minimum frequency: 1 hour.

{% if schedule_description %}
Current schedule: {{ schedule_description }}
{% endif %}