Liking cljdoc? Tell your friends :D

clj-faktory.core


ackclj

(ack conn-pool jid)
source

beatclj

(beat conn-pool wid)
source

conn-poolclj

source

failclj

(fail conn-pool jid e)
source

fetchclj

(fetch conn-pool queues)
source

infoclj

(info {:keys [conn-pool]})
source

perform-asyncclj

(perform-async worker-manager job-type args)
(perform-async {:keys [prio-pool]} job-type args opts)
source

pushclj

(push conn-pool job)
source

register-jobclj

(register-job job-type handler-fn)
source

startclj

(start {:keys [worker-pool concurrency] :as worker-manager})
source

stopclj

(stop {:keys [conn-pool prio-pool worker-pool :as worker-manager]})
source

transit-args?clj

(transit-args? args)
source

worker-managerclj

(worker-manager conn-pool)
(worker-manager conn-pool
                {:keys [concurrency heartbeat queues]
                 :or {concurrency 10 heartbeat 10000 queues ["default"]}})
source

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

× close