The Ingester Service process forwards items and their associated pipelet-configuration to the Plumber Service where Pipelets get executed.

Service Configuration

Ingester Service

$ /etc/squirro/ingester.ini
[ingester]
processors = 2
[pipeline] 

step_plumber_mini_batch_threads = 2

Plumber Service

$ /etc/squirro/plumber.ini
[server]
fork = true
max_spare = 4