I have a job that will run for a random length of time. When this job finishes, I want VisualCron to start the job again. What I did was create a time trigger to run every 1 second and made sure the job doesn't run if it is running. Works fine.
However, when I click "Show log" I get flooded with "Job was not started because it was already running". Any way to prevent this from logging or is there a better way to accomplish this?