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(): voidExample
example.ts
crawler.start();