Enabling multiple daemons for high-volume data
Tip
These instructions apply to single-host Unravel deployments only; for multi-host deployments, please contact Unravel Support.
Note
Run the <Unravel/installation/directory>/manager config worker --help to view the commands menu for scaling up daemons for high-volume data.
Stop Unravel.
<Unravel/installation/directory>
/manager stopCheck the list of workers that are already customized.
<Unravel/installation/directory>
/manager config worker showSet the number of processes for a service type.
<Unravel/installation/directory>
/manager config worker countSERVICE_TYPE
NUMBER
In the following example, you add more event workers by setting 4 processes that is event_worker_1 to event_worker_4:
<Unravel/installation/directory>
/manager config worker count event_worker 4Refresh the files.
<Unravel/installation/directory>
/manager refresh filesStart Unravel.
<Unravel/installation/directory>
/manager start