Skip to main content
  • Type: object
For more information, see Safety checks.

Examples

JavaScript
{
  safetyChecks: {
    beforeIndexPublishing: {
      maxLostRecordsPercentage: 10,
      maxFailedUrls: 15

    }
  }
}

Parameters

beforeIndexPublishing
object
Checks triggered after the Crawler finishes, before pushing the records to Algolia into the final index.
⌘I