Rhino compute down on production enviroment

it says 0

Ok. The first time you send that request, it should return 0 because none of the children are spun up automatically. But, just by sending that initial GET request, it will start to spin up the number of children specified in the web.config file (the default is 4). What happens if you send a new request now to the same /activechildren endpoint?

It will respond with 0 on the web browser, however our logs show 200 for the GET request

But, if you keep sending the request it always responds with 0?

yeah it always responds with 0, I sent like 10 requests

were their any suggestions to resolve these errors?

It’s hard to say. Is this your own repo? Or is this a clean pull from our repo GitHub - mcneel/compute.rhino3d: REST geometry server based on RhinoCommon and headless Rhino. We have two different branches (one for 7.x and one for 8.x) and they’ve diverged quite a bit because of the internal changes between Rhino 7 and Rhino 8. You should be using the 7.x branch when you pull the source code. Can you confirm that and I will check on my end to see if I can match those errors.

we received this error when using our repo and when we did a clean pull from your repo.

I cannot repeat that here. If I pull the latest 7.x branch down and then open the compute.sln in Visual Studio and then hit Build and then Start Debugging then it runs perfectly normal.

What is the solution to this problem? because I’ve got the same one here, “Unable to start local compute server” error on a server that just worked yesterday and it’s been stably running for the past 6 months, and all of sudden it stopped working…

I re-installed rhino on my ec2 instance and problem went away… not sure what happened, version issue?

I don’t really know. I did spend some time last week updating the bootstrap/update scripts for both Rhino 7 and 8 but I don’t see why that would effect a previously working instance.