We have configured scheduler2, scheduler3 defined to be dependent on scheduler1.
At this time, scheduler1 completes in approx 3 seconds, while scheduler2 and scheduler3 take much longer.
We noticed in last night's run that the waterfall page shows start times for scheduler2 and scheduler3 that are same as *start* time for scheduler1, which is wrong. Instead, the waterfall page should shows start times for scheduler2 and scheduler3 that are same as the *end* time for scheduler1.
The interesting thing is that the waterfall page does correctly show both the start and stop for scheduler1, so both of these timestamps are already displayed on the left hand side of the waterfall page. Just, for some reason, the start times of scheduler2 and scheduler3 are incorrect.