pulp / pulp/pulpcore

As a user, I have checks that are run when starting Pulp and when I run "pulpcore-manager check"

Open
#1,972 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

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

Description

Author: daviddavis (daviddavis)

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


Right now we have checks in two different places in our application:

The first set of checks aren't being run except by Katello. This is because "checks are not run as part of the WSGI stack that is used in deployment".

We should standardize on one approach to checks that will be run:

  • When the pulpcore-manager check command is run
  • When pulpcore is run as part of a WSGI stack

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 reading the checks in pulpcore/app/checks.py and the settings checks in pulpcore/app/settings.py around lines 274-345. Compare how pulpcore-manager check and the WSGI deployment path invoke checks. Done means one standardized check approach runs in both contexts.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
backend, cli
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.