Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/will/redirect_blame
It's your fault my site is down.
https://github.com/will/redirect_blame
Last synced: 24 days ago
JSON representation
It's your fault my site is down.
- Host: GitHub
- URL: https://github.com/will/redirect_blame
- Owner: will
- License: mit
- Created: 2013-07-24T02:37:51.000Z (over 11 years ago)
- Default Branch: gh-pages
- Last Pushed: 2023-02-09T13:02:15.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T18:11:51.510Z (2 months ago)
- Language: HTML
- Homepage: bitfission.com/redirect_blame
- Size: 400 KB
- Stars: 501
- Watchers: 10
- Forks: 12
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hilarious-repos - 30(500) Redirect Blame - Trick users into thinking their internet is slow! They'll keep reloading until the deploy is over! (Standalone projects)
- awesome-programming-humor - redirect-blame - It's your fault my site is down. (GitHub Projects)
README
# 30(500) Redirect Blame
a.k.a. zero blametime deploysSee 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.htmlMy 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