Add --name to all pulp processes for better process title
Nobody has claimed this yet.
- 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!
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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