Hi, I’m currently trying to find a way to provide a health check for the workers, so that unhealthy workers get automatically shutted down by the k8s cluster.
Unlike the main node and the webhook nodes, there’s no exposed HTTP endpoint for a worker. I also can’t find any obvious commands that I could execute in the container to check if it is healthy.
How you know this? Is some endpoints list or sth like that? I am not super familiar with n8n API but I am going to make auto backup (I saw some endpoints return workflows) maybe I could use this endpoint or/and some other what I don’t knot about yet