Distributed Work Controller
Introduction.
JumpScale provides the capability to execute tasks on x number of nodes.
Those tasks can be executed in different ways
- async, task is executed in a worker
- sync, task is executed in the JSAgent
- on interval, task is executed either in the JSAgent or worker on the specified interval
Read more about the AgentController here