Daemon thread namespace.
On every thread wakeup we try to fetch results that are being awaited from redis.
There are longer, rarer jobs to do:
Daemon thread namespace. On every thread wakeup we try to fetch results that are being awaited from redis. There are longer, rarer jobs to do: - maintain expiry of load markers (generally about each second) - secondary indexes cleanup (generally every 4 seconds)
(perform-step action-timestamps)
Perform maintenance steps, given a map of last time each type was done.
Perform maintenance steps, given a map of last time each type was done.
Time in ms to perform secondary index cleanups (removes entries pointing to non-existent keys)
Time in ms to perform secondary index cleanups (removes entries pointing to non-existent keys)
Time in ms between thread wakeups.
Time in ms between thread wakeups.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close