/
Workers
Workers
Workers can be used to run background processes. Workers provide the ability to write data processing logic that doesn't fit into the other paradigms such as MapReduce or real-time and batch processing.
You can add workers to your application by calling the addWorker
method in the application's configure
method: