Health check
An endpoint the platform polls to decide whether an instance is ready to receive traffic, and whether a running instance is still working.
A useful health check is cheap and shallow — it answers 'can this process serve a request', not 'is the whole system healthy'. Checking a database from a health endpoint couples your app's availability to its dependencies and turns one slow query into a restart loop.