I have a requirement where I want to execute a particular spring boot application n number of times based upon the number (n) provided in the parameter. I am using spring boot and thought of using spring scheduler to do this. Can spring scheduler be used to schedule a task for 4-5 times and then stop ?
I need to have a separate log file, output files generated for each instance.