django-alive icon indicating copy to clipboard operation
django-alive copied to clipboard

Healthchecks for Django

Results 4 django-alive issues
Sort by recently updated
recently updated
newest added

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...