Liking cljdoc? Tell your friends :D

proletarian.db


archive-job!clj

(archive-job! conn
              {:proletarian.db/keys [job-table archived-job-table]}
              job-id
              status
              finished-at)
source

archive-job-sqlclj

source

DEFAULT_ARCHIVED_JOB_TABLEclj

source

DEFAULT_JOB_TABLEclj

source

DEFAULT_QUEUEclj

source

delete-job!clj

(delete-job! conn {:proletarian.db/keys [job-table]} job-id)
source

delete-job-sqlclj

source

enqueue!clj

(enqueue! conn
          {:proletarian.db/keys [job-table serializer]}
          {:proletarian.job/keys [job-id queue job-type payload attempts
                                  enqueued-at process-at]})
source

enqueue-sqlclj

source

get-next-jobclj

(get-next-job conn {:proletarian.db/keys [job-table serializer]} queue)
source

get-next-job-sqlclj

source

retry-at!clj

(retry-at! conn {:proletarian.db/keys [job-table]} job-id retry-at)
source

retry-at-sqlclj

source

with-connectionclj

(with-connection ds f)
source

with-txclj

(with-tx ds f)
source

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

× close