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

Add a healthcheck for the Django service #4

Open
grahamhoyes opened this issue Jul 10, 2021 · 1 comment
Open

Add a healthcheck for the Django service #4

grahamhoyes opened this issue Jul 10, 2021 · 1 comment

Comments

@grahamhoyes
Copy link
Owner

Currently, the service may replicate successfully even while it's waiting in the entrypoint for a database connection to be made. Add a healthcheck to fix that.

grahamhoyes added a commit that referenced this issue Jul 10, 2021
grahamhoyes added a commit that referenced this issue Jul 10, 2021
This reverts commit 2f7ed0a.
@grahamhoyes
Copy link
Owner Author

Reverting 2f7ed0a after realizing that the healthcheck runs continuously, not just on startup. Not an ideal check for this app, since it ends up hitting the database and cache.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant