class AllqClient::Client
- AllqClient::Client
- Reference
- Object
Defined in:
lib/client.crConstructors
Instance Method Summary
- #bury_put(job_id) : String
- #job_delete(job_id) : String
- #job_get(tube) : Job | Nil
- #job_post(tube : String, job) : String
- #multiple_job_get(tube, count) : Array(Job)
- #parent_job_post(tube, job, timeout = 3600, run_on_timeout = true, limit = nil)
- #pause_put(tube, is_paused)
- #peek_get(tube) : Job | Nil
- #release_put(job_id, delay = 0) : String
- #set_children_started_put(job_id)
- #stats
- #throttle_post(tube, tps)
- #touch_put(job_id) : String
- #tube_delete(tube)