Liking cljdoc? Tell your friends :D

goose.api.cron-jobs

API to manage Periodic Jobs AKA Cron Entries.
To update a cron entry, call goose.client/perform-every since it is idempotent.

API to manage Periodic Jobs AKA Cron Entries.\
To update a cron entry, call [[goose.client/perform-every]] since it is idempotent.
- [API wiki](https://github.com/nilenso/goose/wiki/API)
raw docstring

deleteclj

(delete broker entry-name)

Deletes Cron Entry & Cron-Scheduled Job of given :name.

Deletes Cron Entry & Cron-Scheduled Job of given `:name`.
sourceraw docstring

find-by-nameclj

(find-by-name broker entry-name)

Finds a Cron Entry by :name.

Finds a Cron Entry by `:name`.
sourceraw docstring

purgeclj

(purge broker)

Purges all the Cron Entries & Cron-Scheduled Jobs.

Purges all the Cron Entries & Cron-Scheduled Jobs.
sourceraw docstring

sizeclj

(size broker)

Returns count of Periodic Jobs.

Returns count of Periodic Jobs.
sourceraw docstring

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

× close