Skip to content

Commit 44b852a

Browse files
authored
Added schedule action
1 parent 6ccfffc commit 44b852a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

specs/crawler/common/schemas/action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ Action:
7878
type: string
7979
description: |
8080
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/).
8187
selectorsToMatch:
8288
type: array
8389
description: |

0 commit comments

Comments
 (0)