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 ALB health checks query the /walls/random endpoint - however health checks shouldn't need to actually make a DB query, they should just assert that the instance is healthy & connected to the DB.
Currently ALB health checks query the
/walls/randomendpoint - however health checks shouldn't need to actually make a DB query, they should just assert that the instance is healthy & connected to the DB.