pulp / pulp/pulpcore

Add --name to all pulp processes for better process title

Open
#2,064 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Feature Katello
Dominant language
Python
Stars
598
Forks
168
Avg merge
1d 4h
Merged PRs (30d)
86

Description

Author: lzap@redhat.com (lzap@redhat.com)

Redmine Issue: 9602, https://pulp.plan.io/issues/9602


Hello

To identify gunicorn processes in a nicer way, this package must be present and then they can be tagged for programs like top or ps:

https://docs.gunicorn.org/en/stable/faq.html
https://docs.gunicorn.org/en/stable/settings.html#proc-name

Then --name can be used in all systemd units for better identification of processes. For example pulpcore-api is currently listed as cryptic gunicorn:wsgi something. Thanks!

https://docs.gunicorn.org/en/stable/settings.html#proc-name

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the systemd units and Gunicorn configuration referenced by the issue, then check how processes currently appear in ps or top. Add the requested process names to all relevant Pulp systemd units, and verify that each process is identified clearly.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
devops
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.