Hi Venkat, thanks for the detailed video on jobs and cronjob , coupleofyearsago.
A quick question....
If I want to run parallel jobs for this use case, how to do it?
Use case:
For benchmarking purpose, let's say I have assigned a range for CPU values to do deployments , like 1cpu-100cpu. And I want to do a load test for every CPU value in the given range but I don't want to wait by running deployment one by one with new configuration of cpu value. Instead, want to run jobs parallely in batches like cpu range from 1 to 10 in one batch and cpu range from 11 to 20 in another batch and so on. How can I achieve this parallel batch jobs execution? Please help.
Thank you
Chandu
Hi Venkat, thanks for the detailed video on jobs and cronjob , coupleofyearsago.
A quick question....
If I want to run parallel jobs for this use case, how to do it?
Use case:
For benchmarking purpose, let's say I have assigned a range for CPU values to do deployments , like 1cpu-100cpu. And I want to do a load test for every CPU value in the given range but I don't want to wait by running deployment one by one with new configuration of cpu value. Instead, want to run jobs parallely in batches like cpu range from 1 to 10 in one batch and cpu range from 11 to 20 in another batch and so on. How can I achieve this parallel batch jobs execution? Please help.
Thank you
Chandu