Hi,
Checks framework is mainly built to prevent system starting
management commands in case of invalid state of the system. It's
not meant for health monitoring.
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/48d65ffa-5394-4af0-9002-9e98d757f01b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
-- Jani Tiainen
Hi,
Checks framework is mainly built to prevent system starting management commands in case of invalid state of the system. It's not meant for health monitoring.
There exists several ways to run health checks - we use quite simple setup with new relic.
There also exists django-health-checks that can provide maybe better set of health checking and would be something that you're looking for.
-- Jani Tiainen