app resumeQueue

Available for: Search Engine Server

Task: This command causes the Search Engine Server to accept and process indexing requests again. The Template Engine uses this command after it has finished synchronizing collections.

Syntax

app resumeQueue

Additional information

The state of the SES with respect to indexing can be determined by reading out the command.state file located in the cmsInstanceDir/data/ses directory. The file contents has the following meaning:

  • indexingNormal: Indexing requests are accepted and processed in accordance with the presets given by the tuning.indexing.interval and tuning.indexing.maxBulkSize system configuration entries. This state is induced by the app resumeQueue command.
  • indexingDelayed: Indexing requests are not processed. This state is induced by the app holdQueue command.

Function parameters: none.

Return value on success: status information.