class Mosquito::HabitatSettings
- Mosquito::HabitatSettings
- Reference
- Object
Defined in:
mosquito.cr:7mosquito.cr:14
Class Method Summary
- .failed_job_ttl : Int32
- .failed_job_ttl=(value : Int32)
-
.failed_job_ttl?
Used for checking missing settings on non-nilable types It's advised to use failed_job_ttl in your apps to ensure the propper type is checked.
- .idle_wait : Float64
- .idle_wait=(time_span : Time::Span)
- .idle_wait=(value : Float64)
-
.idle_wait?
Used for checking missing settings on non-nilable types It's advised to use idle_wait in your apps to ensure the propper type is checked.
- .redis_url : String
- .redis_url=(value : String)
-
.redis_url?
Used for checking missing settings on non-nilable types It's advised to use redis_url in your apps to ensure the propper type is checked.
- .successful_job_ttl : Int32
- .successful_job_ttl=(value : Int32)
-
.successful_job_ttl?
Used for checking missing settings on non-nilable types It's advised to use successful_job_ttl in your apps to ensure the propper type is checked.
-
.to_h
Generates a hash using the provided values
Class Method Detail
Used for checking missing settings on non-nilable types It's advised to use failed_job_ttl in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use idle_wait in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use redis_url in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use successful_job_ttl in your apps to ensure the propper type is checked.