Hi
I'm buildinga new DI server based on Ubuntu 18.04 and Pentaho DI 8.2, and i noticed thatwhen a user starts Spoon (), 5 instances of this program arecreated and running (see attachment).Code:./spoon.sh &
The same occurswhen i schedule a task ().Code:./kitchen.sh -file=/opt/pentaho/Repository/Martin.kjb-level=Minimal
My worry isthat my existing tasks and jobs are not prepared to run in parallel. And wouldlike to get only 1 instance of each task running in order to avoid blockings.
Thank you