added stuff that should make fewer alerts.
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
((heartbeat clients/refresh-current-balance "current-balance-cache"))
|
((heartbeat clients/refresh-current-balance "current-balance-cache"))
|
||||||
(mount/stop )
|
(mount/stop )
|
||||||
(log/info "Stopping current-balance-cache")
|
(log/info "Stopping current-balance-cache")
|
||||||
|
(Thread/sleep 15000)
|
||||||
(System/exit 0))
|
(System/exit 0))
|
||||||
(finally
|
(finally
|
||||||
(System/exit 0))))
|
(System/exit 0))))
|
||||||
|
|||||||
@@ -15,7 +15,8 @@
|
|||||||
((heartbeat ledger/reconcile-ledger "reconcile-ledger"))
|
((heartbeat ledger/reconcile-ledger "reconcile-ledger"))
|
||||||
((heartbeat ledger/touch-broken-ledger "touch-broken-ledger"))
|
((heartbeat ledger/touch-broken-ledger "touch-broken-ledger"))
|
||||||
(mount/stop)
|
(mount/stop)
|
||||||
(log/info "Stopping Ledger reconciliation"))
|
(log/info "Stopping Ledger reconciliation")
|
||||||
|
(Thread/sleep 15000))
|
||||||
(finally
|
(finally
|
||||||
(System/exit 0))))
|
(System/exit 0))))
|
||||||
|
|
||||||
|
|||||||
@@ -14,5 +14,6 @@
|
|||||||
((heartbeat square/upsert-all "square-loading"))
|
((heartbeat square/upsert-all "square-loading"))
|
||||||
(mount/stop )
|
(mount/stop )
|
||||||
(log/info "Stopping Square loading")
|
(log/info "Stopping Square loading")
|
||||||
|
(Thread/sleep 15000)
|
||||||
(System/exit 0)))
|
(System/exit 0)))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user