Replacing worker

Hi Retool team,

When i deployed my retool self host on k8s, i saw many replacing workers run every time.
Could you tell me what is that, and how to shutdown a part of them.

By the way, I want to get the URL of the page explaining that it is dynamically set up and updated by npm or yarn in the Retool on-premise image.

Please help me to do that.

Thank you all.

1 Like

Hey @Tan_Tran, workers dying generally indicates a memory issue. Can you share the memory and cpu resource allocations that you have set?

Also interested in what you see when you run kubectl get pods. If there is a restarting pod, can you also run kubectl describe pods <pod name> and share that output as well. Thanks :blush: