Skip to content
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

Investigate if we can add some sort of smoke test to revert a Heroku deploy if the app is not even starting up #700

Open
anaulin opened this issue Jul 22, 2022 · 0 comments
Labels
deploy Having to do with deploying the application dev quality of life Improves the ability or comfort of developers to make changes

Comments

@anaulin
Copy link
Member

anaulin commented Jul 22, 2022

This has happened a couple of times in the last few years, that there after a deploy the app is no longer starting up and it takes us a bit of time to notice this.

There might be a Heroku plugin or some script or tool that we can use to try to make sure that at least the app is up after a deploy (e.g. just curl app.doubleunion.org and make sure it is returning the app) and force Heroku to rollback the deploy if the app is not app.

Barring that, maybe we can use a ping service (or our own script) to alert us if the app is down.

@anaulin anaulin added dev quality of life Improves the ability or comfort of developers to make changes deploy Having to do with deploying the application labels Jul 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy Having to do with deploying the application dev quality of life Improves the ability or comfort of developers to make changes
Projects
None yet
Development

No branches or pull requests

1 participant