The problem with displaying content

Problem:
Dear gurus, please help me figure it out. I installed pulp3 using docker image. Synchronized several repositories (Ubuntu 22 all x64 branches, Debian 10 x64 only the main branch). As a result, after successful synchronization, publishing, I see both of these repositories on my server xxx.xxx.xxx.xxx:8080/pulp/content, but during the course in Debian everything opens normally, but during the course in Ubuntu the connection falls off at time out. As I understand it, the server does not have time to respond, so I tried to increase the time out, but the problem is that when the container is restarted, the time out settings are reset. Please tell me how I can solve this problem?
Expected outcome:
opening content repo

Pulpcore version:
pulpcore 3.66.0

Pulp plugins installed and their versions:

Operating system - distribution and version:
Alma linux 9 5.14.0-427.40.1.el9_4.x86_64

Other relevant data:

1 Like

When you launch/restart the container you should specify the env var PULP_GUNICORN_TIMEOUT with the value you want. The default value is 90 secs.

2 Likes

Thanks, its work!

1 Like