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