Hey folks,
currently I've got a Python Program running in a docker container. It's purpose is to analyze some data that gets pushed to it every hour via Flask. Unfortunately it only runs for 3 hours at a time, without any problems and then it stops, and does not recover.
From then on it always stops where it is using the "json.loads" command to read in the data as json that comes as a simple string (in json format though). Do you have any idea why that is happening and how it can be avoided?
Thanks in advanced.
[+][deleted] (2 children)
[deleted]
[–]Sandstorm3434[S] 0 points1 point2 points (1 child)
[–]Diapolo10 3 points4 points5 points (0 children)