Liking cljdoc? Tell your friends :D

d-core.libs.cron-task


delete-task!clj

(delete-task! {:keys [scheduler logger]} task-id)

list-task-idsclj

(list-task-ids {:keys [scheduler]})

pause-task!clj

(pause-task! {:keys [scheduler logger]} task-id)

resume-task!clj

(resume-task! {:keys [scheduler logger]} task-id)

sync-tasks!clj

(sync-tasks! cron)
(sync-tasks! cron tasks)
(sync-tasks! {:keys [scheduler handlers sync-mode logger] :as cron} tasks opts)

upsert-task!clj

(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.
raw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close