[SCHEDULER-1831]  Make 'time since last focus" persistent across scheduler (re)starts
Type Enhancement
Priority High
Severity Trivial
Component Dispatch Scheduler Engine
Fixed In Version [9.09.0
Versions Affected [8.38.3
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 6/23/2021

Description
See this Comm Center post from Stacey Mills. Doing freequent scheduler restarts for tests. He wants the periodic autofocus "time since last focus" to be written out to disk and read on the next scheduler (re)start.

Comments
6/24/2021 11:50:24 AM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 873
Affected files /trunk/Help/DispatcherConfig.htm (Modified)
/trunk/Help/RelNotes.htm (Modified)
/trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/Engine.cs (Modified)
/trunk/Scheduler/SimulatorSequencer.cs (Modified)
Check-in comment Make periodic auto focus timing persist across scheduler restarts and weather unsafe intervals. Add persistence to LastAFTime for the simulator sequencer for testing of this. GEM:1831
6/23/2021 6:04:51 PM   Bob Denny
MORE TESTING NEEDED
6/23/2021 6:03:37 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/scheduler
SVN Revision 872
Affected files /trunk/Scheduler/ACPSequencer.cs (Modified)
/trunk/Scheduler/Engine.cs (Modified)
/trunk/Scheduler/SimulatorSequencer.cs (Modified)
Check-in comment Make periodic autofocus intervals survive weather unsafe periods and scheduler restarts. Simulator Sequencer now has persistent "last autofocus time" like the ACP one does. MORE TESTING NEEDED GEM:1831
6/21/2021 2:26:16 PM   Bob Denny
Weird ... it already is. LastAFTime. Need more info.