Hello Everyone,
For context: I've recently started using pythonanywhere (EU servers). I have a "Hacker" level paid account.
Among the few ways in which I have tried to do my development, one is via using emacs on the pythonanywhere (EU) servers directly. I just ran ssh in a terminal on my computer and connected to ssh.eu.pythonanywhere.com. Here, I ran tmux and within it, I run emacs etc. I run emacs as a daemon and use emacsclient to connect to it.
I've noticed over the course of a few hours of usage, that tmux and emacs daemon seem to crash now and then. I thought it might have something to do with CPU quota for the day being used up but that is not the case. I just had a crash a few minutes ago but the dashboard says CPU usage is 0% with 17 hours to go for a reset.
I was wondering if there is something odd in what I am doing or if perhaps the instability is expected. Alternately, it could of course just be an issue with the configuration on the server or a bug somewhere in the long chain of software that leads to my keystroke making a character appear on the screen.
It would be nice if I could continue using this way of development without worrying about losing some part of the "state" of my work.
I could not immediately find anything related to this upon a couple of cursory searches in the forums. If someone could point me in the right direction, it would be much appreciated.
UPDATE: I just had emacs daemon crash this time though the tmux session remained alive and well.
Cheers,
MH