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
Add a healthcheck endpoint that reports on whether connections (database, etc) are up and working. This should return 200 on healthy and appropriate error code on not-healthy. Also a JSON response should break down what components were looked at.
As a bonus add an caution state that hints that the service is not unhealthy, but may be having issues (this could inform scaling to add a new node or something similar).
The text was updated successfully, but these errors were encountered:
Add a healthcheck endpoint that reports on whether connections (database, etc) are up and working. This should return 200 on healthy and appropriate error code on not-healthy. Also a JSON response should break down what components were looked at.
As a bonus add an caution state that hints that the service is not unhealthy, but may be having issues (this could inform scaling to add a new node or something similar).
The text was updated successfully, but these errors were encountered: