(push-job! this type run-at payload)
Add job to queue, scheduled to run no earlier than run-at milliseconds after epoch.
Add job to queue, scheduled to run no earlier than run-at milliseconds after epoch.
(upsert-job! this type run-at selector update)
Update or insert a job into the queue, scheduled to run no earlier than run-at milliseconds after epoch.
Update or insert a job into the queue, scheduled to run no earlier than run-at milliseconds after epoch.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close