• I want to know if it is possible to programmatically make the crawler start / restart without using the cron jobs. I can see there are action hooks set up in the LiteSpeed\Task class and it seems possible to call LiteSpeed\Crawler::start_async() but I would like to know if there are any downsides to making these function calls.

Viewing 1 replies (of 1 total)
  • The crawler is a PHP script that cannot request itself, so it needs another script that requests the crawler and this can only be done with a cron job.

Viewing 1 replies (of 1 total)
  • The topic ‘Programatically trigger crawler start / restart’ is closed to new replies.