Jarno Paananen replied to the topic 'Confused about scheduler' in the forum. 3 years ago

Scheduler runs the jobs in order (unless you enable sorting by score in which case it reorders those itself) and in this case the second job has start time set before the first job ends. Switching those two around so that the earliest job is at the top should fix it. Having other automatic sorting options might be useful too. I usually use repeat for N repeats myself so that I get full sets of all filters and it's less timing dependent (and easier if I continue with the same schedule over multiple nights), but have used the repeat until condition in some cases to avoid meridian flips as well.

Read More...