Can REST webservices run scheduled tasks or kick-off search index rebuilds?

Eddie Wood asked on July 17, 2015 00:10

It wasn't obvious from the documentation if it were possible to kick off operations, such as rebuilding a search index or running a scheduled task. Is it possible? Are there code examples?

Recent Answers


Roman Hutnyk answered on July 17, 2015 04:53

Eddie, you may configure Kentico to rebuild index whenever, lets say, document is created or updated. Now, once you'll update a document through Rest api, Kentico should rebuild it.

Regarding running scheduled task you should implement custom event handler, e.g. Document update after, where you'll execute anything you need, including running a task.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.