Forums

Why does my Python application stop after about 24 hours

Why does my Python application stop after about 24 hours, and I need to restart it? I want to know if this is a limitation of the service or if I should look for an issue in my code.

How are you running the code? Is it in a console? If so, that's probably the problem -- consoles are designed for interactive sessions, not programs that need to keep running forever. Because you have a paid account, you can use an always-on task to keep something up and running non-stop.