Liking cljdoc? Tell your friends :D

goose.api.scheduled-jobs

API to manage scheduled jobs.\

API to manage scheduled jobs.\
- [API wiki](https://github.com/nilenso/goose/wiki/API)
raw docstring

deleteclj

(delete broker job)

Deletes given Scheduled Job.

Deletes given Scheduled Job.
sourceraw docstring

find-by-idclj

(find-by-id broker id)

Finds a Scheduled Job by :id.

Finds a Scheduled Job by `:id`.
sourceraw docstring

find-by-patternclj

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

Finds a Scheduled Jobs by user-defined parameters.
If limit isn't mentioned, defaults to 10.

Finds a Scheduled Jobs by user-defined parameters.\
If limit isn't mentioned, defaults to 10.
sourceraw docstring

prioritise-executionclj

(prioritise-execution broker job)

Enqueues a Job scheduled to run at anytime to front of queue, after verification of existence.
Hence, this accepts only 1 job instead of multiple.

Enqueues a Job scheduled to run at anytime to front of queue,
 after verification of existence.\
Hence, this accepts only 1 job instead of multiple.
sourceraw docstring

purgeclj

(purge broker)

Purges all the Scheduled Jobs.

Purges all the Scheduled Jobs.
sourceraw docstring

sizeclj

(size broker)

Returns count of Scheduled Jobs.

Returns count of Scheduled Jobs.
sourceraw docstring

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

× close