-
Notifications
You must be signed in to change notification settings - Fork 332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nunit run flask application in non stable way #288
Comments
It seems that all bad things are started from: It looks like that you've run out of available resources inside the container, notably file descriptors. Do you also run nginx in the same container or just Unit? |
|
Yes, reducing number of processes can help. |
yep, reduce number for workers. solved problem. |
I use docker. AWS FARGATE launch type.
I cant change any kernel settings.
I have python 3.7 flask application.
my unit config:
In logs i see such strings:
Not clear what is going on.
Seems like unit just stop and close application.
The text was updated successfully, but these errors were encountered: