Liking cljdoc? Tell your friends :D

cidekiq

Bridge between Clojure<->Cidekiq

Usage

; Enqueue job
=> (co.noty.cidekiq/enqueue "h" "PingWorker" ["this", "test"])
1
; schedule job
=> space.yeo.cidekiq=> (space.yeo.cidekiq/schedule (+ 1496900760 60) "h" "PingWorker" ["this", "test"])

This project was sponsor by http://noty.im

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close