Skip to content
New issue

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

Configure dockerflow on NAU Richie for better healthcheck #221

Open
igobranco opened this issue Apr 24, 2024 · 1 comment
Open

Configure dockerflow on NAU Richie for better healthcheck #221

igobranco opened this issue Apr 24, 2024 · 1 comment

Comments

@igobranco
Copy link
Member

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

Related to: #220

@igobranco
Copy link
Member Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant