API to manage cron-jobs AKA periodic jobs.
To update a cron entry, call goose.client/perform-every since it's idempotent.\
API to manage cron-jobs AKA periodic jobs.\ To update a cron entry, call [[goose.client/perform-every]] since it's 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 Job by :name.
Finds a Cron Job by `:name`.
(purge broker)Purges all the Cron Entries & Cron-Scheduled Jobs.
Purges all the Cron Entries & Cron-Scheduled Jobs.
(size broker)Returns count of Periodic Jobs.
Returns count of Periodic Jobs.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |