Question
UWSGI fail within running in Docker file
Hello Guys ,
uwsgi it fails when running docker , although create supervisored conf and uwsgi.ini , that's logs
[uWSGI] getting INI configuration from /home/app/payouts_portal/uwsgi.ini 2020-07-16 08:46:05,167 INFO success: uwsgi entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2020-07-16 08:46:05,167 INFO exited: uwsgi (exit status 1; not expected)
2020-07-16 08:46:06,170 INFO spawned: 'uwsgi' with pid 17
[uWSGI] getting INI configuration from /home/app/payouts_portal/uwsgi.ini
2020-07-16 08:46:06,182 INFO exited: uwsgi (exit status 1; not expected)
2020-07-16 08:46:07,185 INFO spawned: 'uwsgi' with pid 18
[uWSGI] getting INI configuration from /home/app/payouts_portal/uwsgi.ini
2020-07-16 08:46:07,196 INFO exited: uwsgi (exit status 1; not expected)
2020-07-16 08:46:09,200 INFO spawned: 'uwsgi' with pid 19
[uWSGI] getting INI configuration from /home/app/payouts_portal/uwsgi.ini
2020-07-16 08:46:09,212 INFO exited: uwsgi (exit status 1; not expected)
2020-07-16 08:46:12,217 INFO spawned: 'uwsgi' with pid 20
[uWSGI] getting INI configuration from /home/app/payouts_portal/uwsgi.ini
2020-07-16 08:46:12,229 INFO exited: uwsgi (exit status 1; not expected)
2020-07-16 08:46:13,230 INFO gave up: uwsgi entered FATAL state, too many start retries too quickly
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×