11 lines
378 B
YAML
11 lines
378 B
YAML
# add job scheduler classes here
|
|
AudioMixerRetry:
|
|
cron: 0 * * * *
|
|
class: "JamRuby::AudioMixerRetry"
|
|
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"
|