Issues with @effect/cluster Runner Registration and Layer Setup
Hi, I'm trying to get @effect/cluster running consistently in the same process but I do not succeed.
The problem is that my runner does not register to the shard manager even though through the logs i can see that each layer properly initialise and starts listening on the provided port.
Here is my setup:
Sometimes the runner registers but sometimes it doesn't. I made a POC some time ago and I was running the cluster the following way which seemed to work perfectly:
Should I simply re-use the code from my POC or is there something I can do to gather everything together in a single layer and launch that layer?
The problem is that my runner does not register to the shard manager even though through the logs i can see that each layer properly initialise and starts listening on the provided port.
Here is my setup:
Sometimes the runner registers but sometimes it doesn't. I made a POC some time ago and I was running the cluster the following way which seemed to work perfectly:
Should I simply re-use the code from my POC or is there something I can do to gather everything together in a single layer and launch that layer?
