Released

Health check

...
Added
Serverless Containers Health check
08-08-2024

To make sure that there will be no downtime we will give the user the option to add an healthcheck. This check will be used to validate that the container is actually ready to accept and process requests. By implementing this feature we ensure that updates to containers are smooth and transparent to the end-users, maintaining high service availability and reliability.


To use the health check you have to specify a path and the exposed that will be used for the HTTP health check. The endpoint must return the statuscode 2xx. Whenever the health check is failing, no traffic will be forwarded to that container.