class Mosquito::HabitatSettings

Defined in:

mosquito.cr:6
mosquito.cr:17

Class Method Summary

Class Method Detail

def self.backend : Mosquito::Backend.class #

def self.backend=(value : Mosquito::Backend.class) #

def self.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.


def self.failed_job_ttl : Int32 #

def self.failed_job_ttl=(value : Int32) #

def self.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.


def self.idle_wait : Float64 #

def self.idle_wait=(time_span : Time::Span) #

[View source]
def self.idle_wait=(value : Float64) #

def self.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.


def self.redis_url : String #

def self.redis_url=(value : String) #

def self.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.


def self.run_cron_scheduler : Bool #

def self.run_cron_scheduler=(value : Bool) #

def self.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.


def self.run_from : Array(String) #

def self.run_from=(value : Array(String)) #

def self.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.


def self.successful_job_ttl : Int32 #

def self.successful_job_ttl=(value : Int32) #

def self.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.


def self.to_h #

Generates a hash using the provided values