Skip to documentation
Docs navigation
Docs/start()
Maintenance

start()

Start scheduled maintenance.

What it does

Start scheduled maintenance.

Starting the crawler begins its configured maintenance schedule. Keep one deliberate owner for this process in multi-instance deployments.

Signature

TypeScript
start(): void

Example

example.ts
crawler.start();