Control if a managed server processes tasks

The following system property determines if a managed server participates in task processing:

Parameter Value Explanation

ohi.startup.start.task.processing

true by default. Can be set to false.

Controls task processing for a managed server. By default, if a managed server that executes an {ohiComponent} application is started then it will start processing tasks from the work backlog queue. The default behavior can be overridden by setting command-line parameter ohi.startup.start.task.processing; if it is set to false a managed server that executes the {ohiComponent} application will not process tasks after it is started. The default value is true, meaning the managed server that executes the {ohiComponent} application will start processing tasks from the work backlog queue after it is started.