We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The dockerflow package is installed on Richie, but it isn't properly configured.
Dockerflow documentation: https://github.com/mozilla-services/python-dockerflow/blob/main/docs/django.rst
Example, configure it like:
DOCKERFLOW_CHECKS = [ "dockerflow.django.checks.check_redis_connected", "dockerflow.django.checks.check_database_connected", ]
Others dockerflow.django.checks.check_migrations_applied
dockerflow.django.checks.check_migrations_applied
Related to: #220
The text was updated successfully, but these errors were encountered:
The NAU Richie doesn't use the normal Redis cache, but another with a fallback. So this won't be possible to implement without removing the fallack.
Sorry, something went wrong.
Tiago-Salles
No branches or pull requests
The dockerflow package is installed on Richie, but it isn't properly configured.
Dockerflow documentation: https://github.com/mozilla-services/python-dockerflow/blob/main/docs/django.rst
Example, configure it like:
Others
dockerflow.django.checks.check_migrations_applied
Related to: #220
The text was updated successfully, but these errors were encountered: