on-polling-error
option (#8)failed-job-fn
option for handling failed jobs (9d50f2a1)proletarian.job/retry-strategy
multimethod and added :proletarian/retry-strategy-fn
option for
proletarian.worker/create-queue-worker
(22a86fd8)proletarian.worker/process-next-job!
function. This function is part of the internal machinery of the
Proletarian worker, but is being exposed as a public function for use in testing scenarios and in the REPL. (#2)handle-job!
is now a function that must be passed as second argument to create-queue-worker
. The
proletarian.job/handle-job!
multimethod has been replaced by this.:now-fn
option to enqueue!
has been removed in favor of a :clock
option, mirroring the create-queue-worker
options.Initial public release.
Can you improve this documentation? These fine people already did:
Martin Solli & David HarriganEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close