Explicit heartbeat update method, only check healthy nodes for HB timeout, default node state on creation is 'dead'

This commit is contained in:
Roberto Rosario
2012-08-03 05:40:01 -04:00
parent 5019b1a01f
commit 60b2998b65
4 changed files with 30 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
from django.dispatch import Signal
node_died = Signal(providing_args=['node'])