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

2019-03-17 Thread Cheryl Sabella
Cheryl Sabella added the comment: As no additional information has been provided, I'm going to close this as third party. Feel free to reopen if a reproducing script can be created to demonstrate that this is a bug in the language and not an issue with Flask or Docker. Thanks! --

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

2018-10-31 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: What version of Python are you using? There is very few things we can do on out side if you don't provide some reproducer or some evidence that CPython is the source of this problem and not your application code or a third party module. Could you tr

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

2018-10-31 Thread Windson Yang
Windson Yang added the comment: Hello, Srikanth, I think you have to look through the docker documents like https://docs.docker.com/config/containers/logging/ -- ___ Python tracker _

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

2018-10-12 Thread Srikanth
Srikanth added the comment: @Windson Yang The container is neither crashing nor responding for requests. Is there a way I can pull any dumps or tracelog, so I can gather and give it to you -- ___ Python tracker

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

2018-10-12 Thread Windson Yang
Windson Yang added the comment: Hello, Srikanth, We can't fix/find the bug by the info you give, Would you mind provide the traceback log after crashing? -- nosy: +Windson Yang ___ Python tracker __

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

2018-10-12 Thread Srikanth
Srikanth added the comment: @anton.barkovsky Thank you so much for quick response. I am not pretty sure, but below are the findings so far. The same docker container is used by 30+ applications. All applications are working fine until last week and all of a sudden all apps are going down one

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

2018-10-12 Thread Anton Barkovsky
Anton Barkovsky added the comment: Do you have any evidence to believe that this is caused by a bug in CPython itself or its stdlib? If not, it's probably an issue with your code, libraries, or environment, and so out of scope in this tracker. -- nosy: +anton.barkovsky _

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

2018-10-12 Thread Srikanth
New submission from Srikanth : 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