Explicit heartbeat update method, only check healthy nodes for HB timeout, default node state on creation is 'dead'
This commit is contained in:
3
apps/clustering/signals.py
Normal file
3
apps/clustering/signals.py
Normal file
@@ -0,0 +1,3 @@
|
||||
from django.dispatch import Signal
|
||||
|
||||
node_died = Signal(providing_args=['node'])
|
||||
Reference in New Issue
Block a user