botgram / shell-bot

:robot: Telegram bot that executes commands and sends the live output
GNU General Public License v3.0
787 stars 493 forks source link

Multiple Processes #59

Open ghost opened 2 years ago

ghost commented 2 years ago
483 root       20   0  948M 73388 28276 S  0.0  0.0  0:00.00 node ./server.js
484 root       20   0  948M 73388 28276 S  0.0  0.0  0:01.97 node ./server.js                                                      
485 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.17 node ./server.js                                                      
486 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.20 node ./server.js                                                      
487 root       20   0  948M 73388 28276 S  0.0  0.0  0:01.96 node ./server.js                                                      
488 root       20   0  948M 73388 28276 S  0.0  0.0  0:00.00 node ./server.js                                                      
489 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.88 node ./server.js                                                      
490 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.96 node ./server.js                                                      
491 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.86 node ./server.js                                                      
492 root       20   0  948M 73388 28276 S  0.0  0.0  0:02.89 node ./server.js                                                     
5063 root       20   0  948M 73388 28276 S  0.0  0.0  0:00.00 node ./server.js

Y does it starts with multiple processes

mildsunrise commented 2 years ago

Hmm, what makes you think this is an issue with this module?

ghost commented 2 years ago

Hmm, what makes you think this is an issue with this module?

Im just askin why its running multiple times without any reason isn't it just a single session

Idk how this work 😗