GOTO-OBS / gtecs-alert

GOTO Telescope Control System: code for VOEvent alert processing
3 stars 2 forks source link

Running pointings don't count for retraction notice #74

Closed martinjohndyer closed 1 year ago

martinjohndyer commented 1 year ago

retraction

The reason this event had 2 "pending" pointings remaining is because GOTO-3 and GOTO-4 were observing them. We intentially don't want to remove running pointings even if an event is retracted, because we might as well let them finish. So the sentinel worked as intended, it's the Slack alert that needs to be changed to not complain if the leftover pointings are still running.

martinjohndyer commented 1 year ago

Fixed in #73