Warm up rhino.compute server

Hello,

Is there a tool, for example an endpoint, on rhino.compute that can be used to check if compute.geometry processes are awake and if not pre warm the server before sending the request to /grasshopper endpoint?

The issue we are having currently is that if our request is large and takes a long time, compute server will time out at 60 seconds becuase of the warm up time. We would like to first check if the server is ready, if not send a warm up request and then the grasshopper request and if server is already warmed up we want to send grasshopper request immedieately.

call /activechildren

Quoting @AndyPayne on this one:

If I understand correctly this will start child processes. Is the number it returns the number of active children?

Correct.