2014-01-13 22:48:55 +00:00
|
|
|
# add job scheduler classes here
|
|
|
|
|
AudioMixerRetry:
|
|
|
|
|
cron: 0 * * * *
|
|
|
|
|
class: "JamRuby::AudioMixerRetry"
|
2014-01-19 02:20:44 +00:00
|
|
|
description: "Retries mixes that set the should_retry flag or never started"
|
|
|
|
|
|
|
|
|
|
IcecastConfigRetry:
|
|
|
|
|
cron: 0 * * * *
|
|
|
|
|
class: "JamRuby::IcecastConfigRetry"
|
|
|
|
|
description: "Finds icecast servers that have had their config_changed, but no IcecastConfigWriter check recently"
|
2014-01-21 14:51:03 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
IcecastSourceCheck:
|
|
|
|
|
cron: "10 * * * * *"
|
|
|
|
|
class: "JamRuby::IcecastSourceCheck"
|
|
|
|
|
description: "Finds icecast mounts that need their 'sourced' state to change, but haven't in some time"
|
|
|
|
|
|