SergeyZed Hello. How can I prevent the bot from shutting down if I don't have the ability to start the bot as a process? It turns off every 2 days
admin SergeyZed Check logs of your application which determine the reason for shutting down your process.
admin SergeyZed reboot was done twice for that server: 27.02.2024 08.04.2024 So it's nothing like every 2 days. Look at your application logs.
admin SergeyZed You can create a script on your own that checks if the application is running. If it's not running, the script should start it. Then, add this script to cron.
rtfkyt I would like to ask: Why do the Processes and RAMemory of the node I created with my registered account become 0 after a period of use? How can I solve this problem?