I have a use-case where i want to run a specific pipeline X times a day, is there a recommendation on efficient way to achieve this?
For example, i have a pipeline which will need to run 10 times a day with different parameters and store it's result to understand the stability of the pipeline.
I have looked at crontrigger, is this the best approach?