2017-04-11 12:58:35 +01:00
|
|
|
### What is it?
|
|
|
|
|
|
|
|
|
|
This is a simple static error page to present to users in case of a (planned) downtime.
|
|
|
|
|
It is deployed as an individual app and remains dormant until a route is assigned to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### How do I use it?
|
|
|
|
|
|
|
|
|
|
It should already be deployed, but if not you can deploy it by running
|
|
|
|
|
|
|
|
|
|
cf push notify-admin-failwhale
|
|
|
|
|
|
2018-01-04 11:02:18 +00:00
|
|
|
To enable it you need to run
|
2017-04-11 12:58:35 +01:00
|
|
|
|
2018-01-04 11:02:18 +00:00
|
|
|
make <environment> enable-failwhale
|
2017-04-11 12:58:35 +01:00
|
|
|
|
2018-01-04 11:02:18 +00:00
|
|
|
and to disable it
|
2017-04-11 12:58:35 +01:00
|
|
|
|
2018-01-04 11:02:18 +00:00
|
|
|
make <environment> disable-failwhale
|
2017-04-11 12:58:35 +01:00
|
|
|
|
|
|
|
|
|
2018-01-04 11:02:51 +00:00
|
|
|
Where `<environment>` is any of
|
2017-04-11 12:58:35 +01:00
|
|
|
|
2018-01-04 11:02:18 +00:00
|
|
|
- preview
|
|
|
|
|
- staging
|
|
|
|
|
- production
|