mitodl / django-server-status

Monitor server status for health checks.
GNU Affero General Public License v3.0
8 stars 0 forks source link

Support for Elasticsearch, Redis and Celery as we currently use them #26

Closed giocalitri closed 7 years ago

giocalitri commented 7 years ago

Updated the app to support the Elasticsearch, Redis and Celery as we currently use them. In particular Celery required a change of settings variable names. Updated also how the code is tested and how the docker container works

The actual changes in functionality are only in views.py

blarghmatey commented 7 years ago

:+1: