Problem:
When i try to upload a file over 1Gigs, I get a bad gateway. I can see in the journalctl via “journalctl -xeu docker-compose@pulp.service” that there is a “WORKER TIMEOUT” error, however either via settings.py or gunicorn.conf.py, I’m not able to get rid of the error, even tho the “dynaconf list” command shows my updated TIMEOUT via WORKER_TTL variable in settings.py
Expected outcome:
Upload the file to pulp
Pulpcore version:
3.17.1
Pulp plugins installed and their versions:
{
“component”: “rpm”,
“version”: “3.16.2”
},
{
“component”: “python”,
“version”: “3.6.0”
},
{
“component”: “maven”,
“version”: “0.3.2”
},
{
“component”: “file”,
“version”: “1.10.1”
},
{
“component”: “deb”,
“version”: “2.16.0”
},
{
“component”: “container”,
“version”: “2.10.0”
},
{
“component”: “certguard”,
“version”: “1.5.2”
},
{
“component”: “ansible”,
“version”: “0.11.1”
}
Operating system - distribution and version:
CentOS Linux 8
Other relevant data:
I’m using pulp in a docker container, the same found in “pulp in one container”.
I’ve added “client_max_body_size 4G;” to my nginx conf