Forums

Bad running

Why does my script shut down after some time? The load limit is not exceeded. With what it can be connected?

How is the script being run? If you are running it directly from the console then those servers do periodically get shut down for maintenance etc...

If you need something that runs all the time then there are always on tasks which as the name suggests are always on (if the servers that run those tasks to get restarted the tasks automatically get restarted too), however, those require a paid account.

Then what is the difference between "Scheduled tasks" and "Always-on tasks"? Just in "Scheduled tasks" is also written daily.

scheduled tasks are run once at a certain time every day/hour, and are not meant to run forever- for a free user, they will be stopped if it has been running for over a couple hours. for an always-on task, we keep it running and restart it if it ever stops running.