22 lines
710 B
YAML
22 lines
710 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"
|
|
|
|
IcecastSourceCheck:
|
|
cron: "10 * * * * *"
|
|
class: "JamRuby::IcecastSourceCheck"
|
|
description: "Finds icecast mounts that need their 'sourced' state to change, but haven't in some time"
|
|
|
|
CleanupFacebookSignup:
|
|
cron: "30 2 * * *"
|
|
class: "JamRuby::CleanupFacebookSignup"
|
|
description: "Deletes facebook_signups that are old"
|
|
|