thomasdondorf / puppeteer-cluster

Puppeteer Pool, run a cluster of instances in parallel
MIT License
3.2k stars 307 forks source link

How To Stop Worker To Become Idle automatically #514

Open ritik-peoplelink opened 1 year ago

ritik-peoplelink commented 1 year ago

Actually, I am trying to make a bot to join a video confrencing meeting so using puppeteer i am able to join bot inside a meeting untill i don't close the program , but due to less number of api call at same time i am using puppeteer-cluster to join 100 bot at same time but after completion the worker job worker is going idle automatically . So due to this reason bot also left the meeting at same time , so i want to stop . If there is a way to stop Please Comment Here!!