class Mosquito::HabitatSettings
- Mosquito::HabitatSettings
- Reference
- Object
Defined in:
mosquito.cr:6mosquito.cr:17
Class Method Summary
- .backend : Mosquito::Backend.class
- .backend=(value : Mosquito::Backend.class)
-
.backend?
Used for checking missing settings on non-nilable types It's advised to use backend in your apps to ensure the propper type is checked.
- .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.
- .run_cron_scheduler : Bool
- .run_cron_scheduler=(value : Bool)
-
.run_cron_scheduler?
Used for checking missing settings on non-nilable types It's advised to use run_cron_scheduler in your apps to ensure the propper type is checked.
- .run_from : Array(String)
- .run_from=(value : Array(String))
-
.run_from?
Used for checking missing settings on non-nilable types It's advised to use run_from 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 backend in your apps to ensure the propper type is checked.
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 run_cron_scheduler in your apps to ensure the propper type is checked.
Used for checking missing settings on non-nilable types It's advised to use run_from 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.