Liking cljdoc? Tell your friends :D

goose.api.scheduled-jobs


deleteclj

(delete broker-opts job)

Delete a Scheduled Job.

Delete a Scheduled Job.
sourceraw docstring

delete-allclj

(delete-all broker-opts)

Delete all Scheduled Jobs.

Delete all Scheduled Jobs.
sourceraw docstring

find-by-idclj

(find-by-id broker-opts id)

Find a Scheduled Job by ID.

Find a Scheduled Job by ID.
sourceraw docstring

find-by-patternclj

(find-by-pattern broker-opts match?)
(find-by-pattern broker-opts match? limit)

Find a Scheduled Job by pattern.

Find a Scheduled Job by pattern.
sourceraw docstring

prioritise-executionclj

(prioritise-execution broker-opts job)

Move a job after scheduled-jobs to it's queue after verification of existence. Hence, this accepts only 1 job instead of multiple.

Move a job after scheduled-jobs to it's queue
after verification of existence.
Hence, this accepts only 1 job instead of multiple.
sourceraw docstring

sizeclj

(size broker-opts)

Get size of Scheduled Jobs.

Get size of Scheduled Jobs.
sourceraw docstring

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

× close