Skip to content
Discussion options

You must be logged in to vote

Typically, any platform's health check would be pinging the application to see if it received a good HTTP response. If it is a good response, it would be considered healthy.

It sounds like DO's health checks are failing, so it is likely trying to restart your application. I'd check out their health check documentation here to see how it's configured. It looks like it checks on port 8080 as default - it should match your application port.

These links look relevant:

https://docs.digitalocean.com/glossary/health-check/
https://docs.digitalocean.com/support/my-app-deployment-failed-because-of-a-health-check/

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@DanRibbens
Comment options

@samtietjen
Comment options

@samtietjen
Comment options

Answer selected by samtietjen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants