Hi all,
I'm currently looking at the alpha version of DataCleaner 3.0 and wondering about the "Trigger now" button available in the scheduling panel.
This button triggers the manual execution of a single job.
My question is: What if there are other jobs that are depending on this job (aka. cascading execution)? Either 1) the dependent jobs will also be executed, or 2) the "Trigger now" button will only trigger the single job.
Going for the first option would mean that "Trigger now" could potentially trigger a lot of jobs, if there is a large dependency graph.
Going for the latter option would mean that cascaded execution could only be triggered by some other means (ie. an originating periodic trigger).
What would be best? Looking at/comparing with eg. typical Continuous Integration systems like Jenkins, I think maybe the first option (trigger also dependent jobs) is best?