-
Notifications
You must be signed in to change notification settings - Fork 493
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create Status Page for Dataverse #131
Comments
@mheppler can you please comment on if you have a mockup or ideas for a status page? Would you be able to add some xhtml to the repo? See also #1042 and https://docs.google.com/a/harvard.edu/document/d/1JhxVn4caKlxm7l4jLCmwuvFIhIJXGULHfKE2Isr-Oxc/edit?usp=sharing |
It seems that in practice the most common need we have for a status page is one that's served up by Apache when Dataverse is slow to respond. This is the dreaded "503 Service Temporarily Unavailable" page that says, "The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later." Basically, Apache is trying to serve up content from Glassfish (the Dataverse app) but it isn't returning in a timely manner. Rather than returning the default page used by Apache (screenshot below) we could configure Apache to serve up a friendlier page. In |
Since GitHub went down yesterday it seems like a good time to grab some screenshots from https://status.github.com since the data is "interesting" instead of showing that they are always up: We love you GitHub! Great recovery! |
We are working toward having better error pages to let users know what's going on. |
* fixed/refactored exception handling * organized imports * Revert "organized imports" This reverts commit 87af77c. * fixed import-diffs
Related:
|
Author Name: Elizabeth Quigley (@eaquigley)
Original Redmine Issue: 3540, https://redmine.hmdc.harvard.edu/issues/3540
Original Date: 2014-02-07
If there is an issue (i.e. Solr is down, Rserve is down) a message should appear on the page to inform the user what is going on with a link to this status page where they can get more information. Examples: http://services.huit.harvard.edu/status-dashboard or https://status.github.com
The text was updated successfully, but these errors were encountered: