Tools
/
Crawler
/
Crawler: Schedule
Jan. 17, 2022
Crawler: Schedule
Type:
string
Default:
"never"
Parameter syntax
schedule: 'schedule'
About this parameter
How often a complete crawl should be performed.
Expressed using Later.js syntax. If omitted, you will need to manually launch a crawl operation in order to update the records.
Important notes:
- The interval between two scheduled crawls must be at least 24 hours.
- Times will be interpreted as UTC (GMT+0) timezone.
- “Everyday” must be expressed as “every 1 day” (not “everyday” or “every day”).
- Minutes must be included: “at 3:00 pm” (not “at 3pm”).
- Midnight must be expressed as “at 12:00 am” (not “at 00:00 am”).
- If no time is specified, the crawl may start at any time, after midnight, UTC.
Examples
Copy
1
2
3
{
schedule: 'every 1 day at 3:00 pm',
}
Did you find this page helpful?