module
JoobQ::BaseQueue
Overview
BaseQueue remains as the abstract base class
Direct including types
Defined in:
joobq/queue.crInstance Method Summary
- #add(job : String)
- #job_type : String
- #name : String
- #running_workers : Int32
- #size : Int64
- #start
- #status : String
- #stop!
- #throttle_limit : NamedTuple(limit: Int32, period: Time::Span) | Nil
- #total_workers : Int32