Actions
Bug #32112
closedconfigure gunicorn worker timeout for pulpcore-api.service
Difficulty:
easy
Triaged:
No
Bugzilla link:
Description
While syncing several large repositories, I faced the issue
```
pulpcore-api: [2021-03-16 18:25:37 -0400] [10699] [CRITICAL] WORKER TIMEOUT (pid:10746)
pulpcore-api: [2021-03-16 22:25:38 +0000] [10746] [INFO] Worker exiting (pid: 10746)
pulpcore-api: [2021-03-16 18:25:39 -0400] [12522] [INFO] Booting worker with pid: 12522
```
This should be alleviated by increasing the gunicorn worker timeout for the pulpcore-api.service from the default 30 seconds
Actions