You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should also try to move to models instead of using a db cursor. One thing that might help is using django's get_model() function. We could probably call this in the check if it's done after/at AppConfig's ready().
This issue has been marked 'stale' due to lack of recent activity. If there is no further activity, the issue will be closed in another 30 days. Thank you for your contribution!
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:
pulpcore-manager check
command is runThe text was updated successfully, but these errors were encountered: