Liking cljdoc? Tell your friends :D

memento.redis.poll.daemon

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)
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)
raw docstring

daemon-threadclj

source

load-markers-intervalclj

source

perform-stepclj

(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.
sourceraw docstring

sec-index-intervalclj

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)
sourceraw docstring

sleep-intervalclj

Time in ms between thread wakeups.

Time in ms between thread wakeups.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close