(delete-task! {:keys [scheduler logger]} task-id)(list-task-ids {:keys [scheduler]})(pause-task! {:keys [scheduler logger]} task-id)(resume-task! {:keys [scheduler logger]} task-id)(sync-tasks! cron)(sync-tasks! cron tasks)(sync-tasks! {:keys [scheduler handlers sync-mode logger] :as cron} tasks opts)(upsert-task! cron task)(upsert-task! {:keys [scheduler handlers logger]} task-id task)Creates or replaces a cron task.
Accepts either a task map (with :id) or a task-id + task map.
Creates or replaces a cron task. Accepts either a task map (with :id) or a task-id + task map.
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 |