Skip to content

Commit 31cd39c

Browse files
authored
Merge 36fee90 into 1f04992
2 parents 1f04992 + 36fee90 commit 31cd39c

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

specs/crawler/common/schemas/configuration.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,14 +444,14 @@ extraParameters:
444444
445445
safetyChecks:
446446
type: object
447-
description: Safety checks for ensuring data integrity between crawls.
447+
description: Checks to ensure the crawl was successful.
448448
properties:
449449
beforeIndexPublishing:
450450
$ref: '#/beforeIndexPublishing'
451451

452452
beforeIndexPublishing:
453453
type: object
454-
description: Checks triggered after the crawl finishes and before the records are added to the Algolia index.
454+
description: These checks are triggered after the crawl finishes but before the records are added to the Algolia index.
455455
properties:
456456
maxLostRecordsPercentage:
457457
type: number
@@ -464,6 +464,11 @@ beforeIndexPublishing:
464464
minimum: 1
465465
maximum: 100
466466
default: 10
467+
maxFailedUrls:
468+
type: number
469+
description: |
470+
Stops the crawler if a specified number of pages fail to crawl.
471+
If undefined, the crawler won't stop if it encounters such errors.
467472
468473
schedule:
469474
type: string

0 commit comments

Comments
 (0)