Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/will/redirect_blame

It's your fault my site is down.
https://github.com/will/redirect_blame

Last synced: about 2 months ago
JSON representation

It's your fault my site is down.

Awesome Lists containing this project

README

        

# 30(500) Redirect Blame
a.k.a. zero blametime deploys

See it in action at http://bitfission.com/redirect_blame

Zero-downtime deploys are hard. Why bother when you can trick your users into thinking their internet is a little flaky? They'll keep refreshing until your deploy is over.

Set this as your error page, and your users will see an error page that looks like their browser is having some trouble.

On heroku:

heroku config:set \
ERROR_PAGE_URL=http://bitfission.com/redirect_blame/index.html \
MAINTENANCE_PAGE_URL=http://bitfission.com/redirect_blame/index.html

My site isn't down, your internet connection isn't working! This index.html file proves it.

Currently supports chrome, safari, ie11, firefox and palemoon. Other error pages welcome

## Thanks

* Dan Farina
* Bailey Parker