class Mosquito::Runner
- Mosquito::Runner
- Reference
- Object
Defined in:
mosquito/runner.crConstructors
Class Method Summary
-
.idle_wait=(idle_wait)
Message to be removed after version 0.12.0
- .start
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 in redis.
-
#idle_wait=(idle_wait : Float64)
Minimum time in seconds to wait between checking for jobs in redis.
- #idle_wait=(time_span : Time::Span)
- #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 idle_wait=(idle_wait : Float64)
#
Minimum time in seconds to wait between checking for jobs in redis.
def successful_job_ttl=(successful_job_ttl : Int32)
#
How long a job config is persisted after success