-
Notifications
You must be signed in to change notification settings - Fork 10
Implement maintenance mode #8
Comments
Open
Is this implemented on the serverside yet? The http way would be to respond with 503 -- service unavailable, and a retry-after header set. Then the client could wait until, well, after. |
I don't think we have this on the server. Laravel has |
https://laracasts.com/discuss/channels/laravel/artisan-down-change-view tells me
That it's already a 503 is good, we can detect that. retry-after headers are nice, we can deal with that when we get there. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Prevent uploader from marking all replays as upload error when website is under maintenance. Add maintenance=true to website response and implement waiting on client.
The text was updated successfully, but these errors were encountered: