You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: