Skip to content
This repository has been archived by the owner on Mar 31, 2020. It is now read-only.

Deal with servers being down for maintenance #55

Open
keflavich opened this issue Feb 27, 2015 · 0 comments
Open

Deal with servers being down for maintenance #55

keflavich opened this issue Feb 27, 2015 · 0 comments

Comments

@keflavich
Copy link
Collaborator

adsbibdesk was failing silently for me for the past day, which is because the ESOADS server has been down for maintenance. Here's the page they return:


<html>
<body>
<center>Maintenance operations are in progress from Thursday 26 February 16:00<br>
UTC until Friday 27 February 08:00 UTC. Apologies for the inconvenience.<br>
<br>
Until this maintenance is completed, please use the main ADS<br>
Abstract server at <a href="http://adsabs.harvard.edu/abstract_service.html">http://adsabs.harvard.edu/abstract_service.html</a>. Thank you.</center>

</body>
</html>

It would be good to either (a) report this as a failure on the command line or (b) use alternate mirrors when one is down.

I'm not sure how best to do this, though - perhaps at the start of any adsbibdesk session, the main page of the mirror should be loaded and searched for key terms? Or we could look for http://adsabs.mirror.xxx/abs and if there is no response from the server (anything other than an http 200 response), do (a) or (b)?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant