class Mosquito::Runner
- Mosquito::Runner
- Reference
- Object
Defined in:
mosquito/runner.crConstant Summary
-
Log =
::Log.for(self)
Constructors
Class Method Summary
-
.keep_running : Bool
Should the worker continue working?
-
.keep_running=(keep_running : Bool)
Should the worker continue working?
- .start
- .stop
Instance Method Summary
-
#failed_job_ttl : Int32
How long a job config is persisted after failure
-
#failed_job_ttl=(failed_job_ttl : Int32)
How long a job config is persisted after failure
-
#idle_wait : Float64
Minimum time in seconds to wait between checking for jobs.
-
#idle_wait=(idle_wait : Float64)
Minimum time in seconds to wait between checking for jobs.
- #queues : Array(Mosquito::Queue)
- #run
- #start_time : Int64
-
#successful_job_ttl : Int32
How long a job config is persisted after success
-
#successful_job_ttl=(successful_job_ttl : Int32)
How long a job config is persisted after success
Constructor Detail
Class Method Detail
Instance Method Detail
def successful_job_ttl=(successful_job_ttl : Int32)
#
How long a job config is persisted after success