Render requires a /health endpoint, but when I create this in my app & deploy for the first time, I am unable to deploy because the app cannot boot without the migrations having run first.
it seems that Render.com health check needs the health endpoint to respond OK even before the migrations have run. how can I achieve this?