django-alive
django-alive copied to clipboard
Healthchecks for Django
Add simple check for ElasticSearch. It requires `elasticsearch` package to be installed to perform this test, but if the test is not active, it should not be required.
I wanted to perform the `check_cache` test on all of my caches so I modified the code to allow set/array in `ALIVE_CHECKS` settings.
I have a check for Django storages. It goes through all storages, tries to write a file, read and then delete a file on them. For S3 storages it also...