We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ccfffc commit 44b852aCopy full SHA for 44b852a
specs/crawler/common/schemas/action.yml
@@ -78,6 +78,12 @@ Action:
78
type: string
79
description: |
80
A JavaScript function (as a string) that returns one or more Algolia records for each crawled page.
81
+ schedule:
82
+ type: string
83
+ description: |
84
+ How often to perform a complete crawl for this action.
85
+
86
+ For mopre information, consult the [`schedule` parameter documentation](https://www.algolia.com/doc/tools/crawler/apis/configuration/schedule/).
87
selectorsToMatch:
88
type: array
89
0 commit comments