| Comments |
| 7/7/2023 12:35:47 PM |
Bob Denny |
|
| 7/6/2023 10:14:15 AM |
Bob Denny |
|
| 7/6/2023 10:01:36 AM |
Bob Denny |
This caused a secondary issue. See this Comm Center thread by Grady Boyce. The fixed time plans that were marked deferred now never came up in StartTimedPlans(). The effect was that a plan that is pending and ran on that same night would be OK, but any fixed time plans for a future night would be marked pending, and never run unless manually marked pending on their night.
Fixed in StartTimedPlans() by selecting both pending and deferred plans with run at time. The stored proc/query PendingPlansWithRunAtTime90 was replaced by a full select of Plans() and then filtering in the foreach loop to effectively get PendingOrDeferredPlansWithRunAtTime(). This should be added (or changed) in the database, but for expedience I did it in the code. |
| 1/11/2023 4:40:37 PM |
Bob Denny |
9.1.0 Private Build installed on Boyce Astro SRO site (BARON). |
| 1/11/2023 4:40:07 PM |
Bob Denny |
|
| 1/11/2023 2:56:12 PM |
Bob Denny |
I got the "early start" issue cleared. Now, if the fixed time Plan is scheduled for a future night, it will be marked Deferred (until start time). Only on the night it is scheduled to run will it be started (at the beginning of the night). |