Hi,
I'm running a long running task on my account, and I'm using the trick described in https://www.pythonanywhere.com/wiki/LongRunningTasks to automatically restart it in case it stops. It was mentioned in a thread back in 2012 that all processes from one user are guaranteed to run on the same computer, which is important for the trick to work, but is that still the case? If not, is there another way of having my tasks automatically restart if they shut down unexpectedly?
Sincerely, marjak93