What process management tools are recommended to keep the bot running in the background of the server? #1150
Unanswered
KirisakiAria
asked this question in
Q&A
Replies: 2 comments
|
I use pm2 and have no problems whatsoever. |
0 replies
|
I use systemd or just a Docker with |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I used pm2 at first, but there would be ETELEGRAM: 409 Conflict.
Then I switched to forever, but after a while the bot seems to disconnect or crash, it's unresponsive, and checking the logs there's no anomalies, and it comes back using forever restart. But I can't manually restart it every 20 minutes.
What other process daemon tools work better for this bot?
All reactions