service check implementation
This commit is contained in:
@@ -423,5 +423,5 @@
|
||||
(log/error e)))))
|
||||
|
||||
(mount/defstate touch-broken-ledger-worker
|
||||
:start (scheduler/every reconciliation-frequency (heartbeat touch-broken-ledger :touch-broken-ledger))
|
||||
:start (scheduler/every reconciliation-frequency (heartbeat touch-broken-ledger "touch-broken-ledger"))
|
||||
:stop (scheduler/stop touch-broken-ledger-worker))
|
||||
|
||||
Reference in New Issue
Block a user