django-health-check

a pluggable app that runs a full check on the deployment, using a number of plugins to check e.g. database, queue server, celery processes, etc.

MIT License

Downloads
829.6K
Stars
1.2K
Committers
72

Bot releases are visible (Hide)

django-health-check - 3.12.1

Published by codingjoe almost 5 years ago

  • Fix #233 -- Include original exception data #235
django-health-check - 3.12.0

Published by codingjoe almost 5 years ago

  • Add health_check Django command (CLI) (#217, #234)
django-health-check - 3.11.1

Published by codingjoe almost 5 years ago

  • Resolve #232 -- Change license information to MIT
    The license did not change. The license was MIT before but was falsely advertised as BSD.
django-health-check - 3.11.0

Published by codingjoe about 5 years ago

  • Add Redis Health Check (#225)
django-health-check - 3.10.2

Published by codingjoe over 5 years ago

  • Improve accept header handling for unknown types (#222)
django-health-check - 3.10.1

Published by codingjoe over 5 years ago

  • Allow more valid accept headers (#221)
django-health-check - 3.10.0

Published by codingjoe over 5 years ago

  • Add format GET attribute to override response content type.
    You can now use ?format=json to override the content type specified
    in the request's accept header.
  • Add support for weighted accept header content type serving.
    Now weights the accept header are respecced. Also support for
    multiple content types has been added.
django-health-check - 3.9.0

Published by codingjoe over 5 years ago

  • Adds 'app_name' to urlconf (#211)
    This might break your setup in certain cases, please see #218
django-health-check - 3.8.0

Published by codingjoe about 6 years ago

  • Add a NotImplementedError warning to celery health check (#201)
django-health-check - 3.7.1

Published by codingjoe about 6 years ago

  • Fix #199 -- Delete actual filename returned by save method (#200)
django-health-check - 3.7.0

Published by codingjoe about 6 years ago

  • Add RabbitMQ health check (#197)
django-health-check - 3.6.1

Published by codingjoe over 6 years ago

  • Add connection error exception for cache backend (#195)
django-health-check - 3.6.0

Published by codingjoe over 6 years ago

  • Add support for warnings that do not error endpoints (#193)
django-health-check - 3.5.1

Published by codingjoe over 6 years ago

  • Replace f-strings with standard strings, for Python 3.5 compatibility (#186)
django-health-check - 3.5.0

Published by codingjoe over 6 years ago

  • Add checks for disk and memory utilization (#169)
django-health-check - 3.4.3

Published by codingjoe over 6 years ago

  • Close database connection at every health check (#183)
django-health-check - 3.4.2

Published by codingjoe over 6 years ago

  • Fix #178 -- Close connections when exeting threads (#182)
django-health-check - 3.4.1

Published by codingjoe over 6 years ago

  • Fix #180 -- Limit threads to number of active plugins (#181)
django-health-check - 3.4.0

Published by codingjoe over 6 years ago

  • Add response status page using w3css
django-health-check - 3.3.0

Published by codingjoe almost 7 years ago

  • Use futures and parallel execution to improve performan
Package Rankings
Top 1.41% on Pypi.org
Badges
Extracted from project README
version pyversion djversion license
Related Projects