Story #9271
closedgunicorn processes should be managed by systemd as Type=notify
100%
Description
Now that pulpcore always requires gunicorn 20.0 or later, which added support for systemd Type=notify , the installer should put Type=notify in the systemd unit files.
By switching from Type=simple (the default) to Type=notify, systemd will be able to understand better whether a pulpcore gunicorn process is actually up & running. gunicorn will send a message via sd_notify() (support added in 20.0), which prompts systemd to show that the service is started
. This replace systemd simply indicating whether it has spawned the process and it hasn't terminated. It will probably report "failed" when the service is just constantly restarting within seconds of starting, which would otherwise be reported an alternating service status.
If any services on the same box are ever configured to depend on the pulp services, then they will also benefit from knowing when the services is actually up.
This also brings us to parity with Katello's installer.
Related issues
Updated by mdepaulo@redhat.com about 3 years ago
- Tracker changed from Issue to Story
- % Done set to 0
- Severity deleted (
2. Medium) - Triaged deleted (
No)
Updated by pulpbot about 3 years ago
- Status changed from NEW to POST
Updated by mdepaulo@redhat.com about 3 years ago
- Related to Issue #9272: pulpcore-selinux needs SELinux changes for systemd Type=notify added
Added by Mike DePaulo about 3 years ago
Added by Mike DePaulo about 3 years ago
Revision 5094028f | View on GitHub
have systemd manage the gunicorn services as
Type=notify
fixes: #9271 gunicorn processes should be managed by systemd as Type=notify https://pulp.plan.io/issues/9271
Updated by Anonymous about 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset ansible-pulp|5094028f4d8fbc84a9d82961278332a5d8967f6b.
Updated by pulpbot about 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
have systemd manage the gunicorn services as
Type=notify
fixes: #9271 gunicorn processes should be managed by systemd as Type=notify https://pulp.plan.io/issues/9271