Module Resque::Scheduler::Configuration
In: lib/resque/scheduler/configuration.rb

Methods

Attributes

app_name  [W]  If set, will append the app name to procline
dynamic  [W]  If set, will try to update the schedule in the loop
env  [W]  Used in `load_schedule_job`
logfile  [W]  If set, will write messages to the file
logformat  [W]  Sets whether to log in ‘text’ or ‘json‘
poll_sleep_amount  [W]  Amount of time in seconds to sleep between polls of the delayed queue. Defaults to 5
quiet  [W]  If set, produces no output
verbose  [W]  If true, logs more stuff…

Public Instance methods

Allows for block-style configuration

[Validate]