Hello,
I have some doubts about the Job Slicing configuration inside the Job templates and I couldn’t find any specific documentation.
I have some questions yet it would be great to also hear some examples and comments about the behavior of this configuration.
- Which is the relation between ‘Forks’, ‘Job Slicing’ and Linear strategy with ‘serial’ configuration set?
linear strategy with serial set:
- hosts: all
serial: 30
tasks:
...
- What would happen if I have Forks = 30 forks, Job Slicing = 15, Serial = 30?
- What about if I use it with free strategy?
- Is there any calculation or best practice to improve the performance of the playbooks with this configuration?
Thanks a lot!