Liking cljdoc? Tell your friends :D

goose.api.dead-jobs

API to manage dead jobs.\

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

deleteclj

(delete broker job)

Deletes given Dead Job.

Deletes given Dead Job.
sourceraw docstring

delete-older-thanclj

(delete-older-than broker epoch-time-ms)

Delete Dead Jobs older than given epoch-ms.

Delete Dead Jobs older than given epoch-ms.
sourceraw docstring

find-by-idclj

(find-by-id broker id)

Finds a Dead Job by :id.

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

find-by-patternclj

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

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

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

popclj

(pop broker)

Pops the oldest Dead Job from the queue & returns it.

Pops the oldest Dead Job from the queue & returns it.
sourceraw docstring

purgeclj

(purge broker)

Purges all the Dead Jobs.

Purges all the Dead Jobs.
sourceraw docstring

replay-jobclj

(replay-job broker job)

Re-enqueues given Dead Job to front of queue for execution, after verification of existence. Hence, this accepts only 1 job instead of multiple.

Re-enqueues given Dead Job to front of queue for execution,
 after verification of existence.
Hence, this accepts only 1 job instead of multiple.
sourceraw docstring

replay-n-jobsclj

(replay-n-jobs broker n)

Re-enqueues n oldest Dead Jobs to front of queue for execution.

Re-enqueues n oldest Dead Jobs to front of queue for execution.
sourceraw docstring

sizeclj

(size broker)

Returns count of Dead Jobs.

Returns count of Dead Jobs.
sourceraw docstring

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

× close