I've had a Flask application served using Apache and mod_wsgi that has been running without issue for months. I haven't touched the Apache config since it launched, and I haven't touched the WSGI application in several weeks. Two days ago, my application started going down regularly, every 1-2 hours. Specifically, it looks like the Apache parent process is dying/being killed silently.
I have no idea what could be causing this, especially since nothing has apparently changed from before, and at this point I don't even know what to try. Any suggestions would be appreciated. asked 14 Oct '20, 10:57 JMG |
Other customers reported similar behavior from their python apps, so I don't think that this is something specific to yours. Our system administrators are notified and they are looking into this issue. answered 14 Oct '20, 11:07 iliasr ♦♦ I filed a ticket and was told this must be a problem with my app; has the official response now changed? How can I be kept up-to-date on the status of this issue?
(14 Oct '20, 13:06)
JMG
|
Yep, I've seen this too, only for a Python app though and not on a separate Perl/PHP project. My Python app is suffering short (~10 mins) outages every few hours. I raised a ticket and it's being investigated. answered 14 Oct '20, 11:17 kieren |