How to exit all shards and main process?
Hey, I am trying to make a console command that exits all shards and main process but
process.exit(0)
only exits main process.2 Replies
You could try sending a signal to the main process to shutdown?
I did this, seems to be working fine