API to manage scheduled jobs.
API to manage scheduled jobs. - [API wiki](https://github.com/nilenso/goose/wiki/API)
(delete broker job)
Deletes given Scheduled Job.
Deletes given Scheduled Job.
(find-by-id broker id)
Finds a Scheduled Job by :id
.
Finds a Scheduled Job by `:id`.
(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.
(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.
(purge broker)
Purges all the Scheduled Jobs.
Purges all the Scheduled Jobs.
(size broker)
Returns count of Scheduled Jobs.
Returns count of Scheduled Jobs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close