Actions
Bug #33445
closedIncrease pulpcore-api worker count and make it configurable
Difficulty:
Triaged:
Yes
Bugzilla link:
Description
\n\n*Description of problem:*\nwe currently configure the api service to only have a single worker:\n\n/etc/systemd/system/pulpcore-api.service\n\nExecStart=/usr/libexec/pulpcore/gunicorn pulpcore.app.wsgi:application \\\n --timeout 90 \\\n -w 1 \\\n\n\nGenerally this is fine, but we've seen some conditions where this isn't enough and can lead to errors. I think we should likely increase the default to something higher (4?) and make it configurable."
Actions