New form of square loading.

This commit is contained in:
2022-09-16 14:23:38 -07:00
parent f6758a850d
commit 98f21bf3df
6 changed files with 237 additions and 91 deletions

View File

@@ -530,7 +530,7 @@
(some-> (:object &throw-context) str)
"Unknown error")}))))))
(mount/defstate square-loader
#_(mount/defstate square-loader
:start (scheduler/every (* 4 59 60 1000) (heartbeat upsert-all "square-loading"))
:stop (scheduler/stop square-loader))