-
Notifications
You must be signed in to change notification settings - Fork 6
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
Add fallback nginx to serve "something went wrong" #218
Comments
@mrnicegyu11 Do we really want to show |
The public-api is a machine-to-machine API. A fallback for maintenance should respond with status 503
{
"errors": [ "Under maintenance ... (human readable message)" ]
}
content-type: application/json
Retry-After: <http-date>
Retry-After: <delay-seconds> |
After discussion with @sanderegg, we decided that this shall probably live in This is taking way more than expected. I will probably pause this for now. |
Wishes
Useful resources
Blocked until
Old description
The text was updated successfully, but these errors were encountered: