[issue34965] Python on Docker container using flask is going down after sometime

Srikanth report at bugs.python.org
Fri Oct 12 10:20:59 EDT 2018


New submission from Srikanth <srispl at gmail.com>:

We are have created Python 3.5 image on docker container.

All applications which are running on non-flask are working fine, but applications which are running on flask 0.12.2 are failing after prolonged usage of the application (Approx after 12 hours).
Note: We have enabled heart beat check for python to make sure the container is up which hits every 10 seconds.
After approx 12 hours, the application is stopping to respond to heart beat.

Any expert suggestion plz.

----------
components: Tests
messages: 327586
nosy: sri_spl
priority: normal
severity: normal
status: open
title: Python on Docker container using flask is going down after sometime
type: crash
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34965>
_______________________________________


More information about the Python-bugs-list mailing list