One of my apps is not accessible right now, is there any outage happening?
Update: It seems all my requests are leading to:
2016-01-22 16:55:01 spawned 2 offload threads for uWSGI worker 1
2016-01-22 17:00:03 Fri Jan 22 17:00:02 2016 - *** HARAKIRI ON WORKER 1 (pid: 18197, try: 1) ***
2016-01-22 17:00:03 Fri Jan 22 17:00:02 2016 - HARAKIRI !!! worker 1 status !!!
2016-01-22 17:00:03 Fri Jan 22 17:00:02 2016 - HARAKIRI [core 0] 10.169.229.133 - GET /app2/plot? freq=pma1&check_boxes=list,8,10&range=__float__828&output_id=sine_wave_plot& since 1453481701
2016-01-22 17:00:03 Fri Jan 22 17:00:02 2016 - HARAKIRI !!! end of worker 1 status !!!
2016-01-22 17:00:03 DAMN ! worker 1 (pid: 18197) died, killed by signal 9 :( trying respawn ...
2016-01-22 17:00:03 Respawned uWSGI worker 1 (new pid: 18366)
2016-01-22 17:00:03 spawned 2 offload threads for uWSGI worker 1
2016-01-22 17:00:03 Fri Jan 22 17:00:03 2016 - SIGPIPE: writing to a closed pipe/socket/fd (probably the client disconnected) on request /app2/html?freq=pma1&check_boxes=list,8,10&range=__float__0&output_id=custom_html& (ip 10.169.229.133) !!!
2016-01-22 17:00:03 Fri Jan 22 17:00:03 2016 - uwsgi_response_writev_headers_and_body_do(): Broken pipe [core/writer.c line 287] during GET /app2/html?freq=pma1&check_boxes=list,8,10&range=__float__0&output_id=custom_html& (10.169.229.133)
2016-01-22 17:00:03 ERROR:root:IOError: write error
2016-01-22 17:00:03 ERROR:root:RuntimeError: generator ignored GeneratorExit 2016-01-22 17:00:03 announcing my loyalty to the Emperor...
Update 2: I figured out what is causing the app to crash. In my app there is some data that is retrieved from a file in my account or from a webapi, when data is retrieved from my files, everything works fine, however whenever it has to contact the API the app crashed all together and I have to manually restart it. I didn't change anything from my app and it was working fine before, any clues on what is happening?
Update 3: Ok, it has nothing to do with pythonanywhere, the service I am calling from the API is offline and somehow the requests don't go ahead, maybe the app crashes because it never releases a worker that is stuck.