Setting the number of workers
I have deployed windmill from source code, but I found that there is only one worker. How can I increase the number of workers?just like modifying windmill_worker in the docker-compose file when using docker deployment
4 Replies
Set the replicas number in the compose
I know that when deploying via docker, I have already adjusted the number of workers by modifying the woker part in the compose file. But I want to know how to adjust the number of workers when deploying from source code.
Ah, its in the windmill-worker folder in backend im pretty sure
its in the code itself
wouldnt recommend it though since it won't be dockerized
Thank you, I don't know where to configure in windmill-worker, I found the source code a bit complicated for me. I used docker deployment again