Liking cljdoc? Tell your friends :D

titanoboa.database


archive-job!clj

(archive-job! ds job)
source

connection-poolclj

(connection-pool {:keys [jdbc-url driver-class user password excess-timeout
                         idle-timeout minimum-pool-size maximum-pool-size
                         test-connection-query idle-connection-test-period
                         test-connection-on-checkin test-connection-on-checkout]
                  :or {excess-timeout (* 30 60)
                       idle-timeout (* 3 60 60)
                       minimum-pool-size 3
                       maximum-pool-size 15
                       test-connection-on-checkin false
                       test-connection-on-checkout false}
                  :as config})
source

get-jobclj

(get-job ds jobid)
source

list-jobscljmultimethod

Retrieve list of archived jobs. The jobs are not to be containing all data - only a short map with :jobid :jobdef :revision :state :start :ended :stepid :steptype :stepstate! Returns a map in a format of {:offset offset :limit limit :totalcount total-number-of-rows-available :values [{job 1} {job 2} {job n}]}

Retrieve list of archived jobs. The jobs are not to be containing all data - only a short map with :jobid :jobdef :revision :state :start :ended :stepid :steptype :stepstate!
Returns a map in a format of  {:offset offset :limit limit :totalcount total-number-of-rows-available :values [{job 1} {job 2} {job n}]}
sourceraw docstring

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

× close