alan-turing-institute / reginald

Reginald repository for REG Hack Week 23
3 stars 0 forks source link

Add ping/pong for finding if the VM is on (i.e. if Reginald is OOO) #145

Closed rwood-97 closed 8 months ago

rwood-97 commented 8 months ago

As per https://github.com/alan-turing-institute/reginald/pull/135#pullrequestreview-1802328562, it would be good to add a ping/pong type response to the api model so that we can quickly ascertain whether the VM is reachable. This would mean we get the "Reginald is out of office" response quickly rather than waiting for the requests.get() to timeout.