AstroHuntsman / huntsman-pocs

POCS on the Huntsman Telescope
MIT License
7 stars 8 forks source link

Look at parked/ready/housekeeping/sleeping logic. #417

Open wtgee opened 3 years ago

wtgee commented 3 years ago

The current logic is always resetting the pocs._obs_run_retries count, which means the state machine will go into an endless loop if there are no valid observations but no errors otherwise.

Related to #416, which would fix the issue in this particular case, but the more generic problem could still exist.