New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

healthy-django

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

healthy-django

Simple Re Usable tool for Django Healthchecks

  • 0.1.0
  • PyPI
  • Socket score

Maintainers
1

============================= healthy_django

Simple Re Usable tool for Django Healthchecks

Documentation

Quickstart

Install healthy_django::

pip install healthy_django

Add it to your INSTALLED_APPS:

.. code-block:: python

INSTALLED_APPS = (
    ...
    'healthy_django',
    ...
)

Add healthy_django's URL patterns:

.. code-block:: python

urlpatterns = [
    ...
    path("health/", include("healthy_django.urls", namespace="healthy_django")),
    ...
]

Add list of healthcheck plugins the currently supported plugins along with their spec

| Django Database Health Check

Checks if a Database defined in Django is up and running    

| Django Cache Health Check

Checks if a Cache defined in Django is up and running    

| Redis based Celery Queue Health Check

Checks if a Celery queue backlog is within given limits 

| AWS SQS Queue Health Check

Checks if an AWS SQS queue backlog is within given limits     

Features

| Non ORM Based Database Tests | RabbitMQ Queue Length Test | S3 file test

Credits

Made with Love by SecurityAdvisor

History

0.0.1 (2021-09-15) ++++++++++++++++++

  • First release on PyPI.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc