In Control Center and Discovery Center, scheduled jobs can run consecutively or concurrently, depending on whether you run the jobs now or at later times.
How jobs run also depends on the maximumWeight parameter set in the server configuration (config.txt
) file:
- If maximumWeight is 1, scheduled jobs run consecutively in sequential order.
- If maximumWeight is greater than 1, scheduled jobs run concurrently up to the set value. For example, if maximumWeight = 10, up to ten scheduled jobs can run at the same time.
Note: Out of the box, maximumWeight is set to 2.
If you are using Trillium Discovery for Big Data, the value of the maximumWeight parameter must be 2 or greater to support multiple jobs running simultaneously.
To configure scheduled jobs to run concurrently