GOTO-OBS / gtecs-alert

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

Add heartbeat thread for both Kafka brokers #89

Closed martinjohndyer closed 3 months ago

martinjohndyer commented 3 months ago

This PR moves the heartbeat check into a separate thread, where it should actually be able to work if no messages are recieved. It also adds in the heartbeat for the GCN broker, as described in #88.

Closes #88