added stuff that should make fewer alerts.

This commit is contained in:
2022-09-23 09:57:10 -07:00
parent a9c3f74909
commit 567c5538d3
3 changed files with 4 additions and 1 deletions

View File

@@ -15,7 +15,8 @@
((heartbeat ledger/reconcile-ledger "reconcile-ledger"))
((heartbeat ledger/touch-broken-ledger "touch-broken-ledger"))
(mount/stop)
(log/info "Stopping Ledger reconciliation"))
(log/info "Stopping Ledger reconciliation")
(Thread/sleep 15000))
(finally
(System/exit 0))))