API to manage Cron Entries & Cron-Scheduled Jobs.
To update a cron entry, call goose.client/perform-every
since it is idempotent.
API to manage Cron Entries & Cron-Scheduled Jobs.\ To update a cron entry, call [[goose.client/perform-every]] since it is idempotent. - [API wiki](https://github.com/nilenso/goose/wiki/API)
(delete broker entry-name)
Deletes Cron Entry & Cron-Scheduled Job of given :name
.
Deletes Cron Entry & Cron-Scheduled Job of given `:name`.
(find-by-name broker entry-name)
Finds a Cron Entry by :name
.
Finds a Cron Entry by `:name`.
(purge broker)
Purges all the Cron Entries & Cron-Scheduled Jobs.
Purges all the Cron Entries & Cron-Scheduled Jobs.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close