This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
orbit-4-1/config/resque_schedule.yml

17 lines
341 B
YAML
Raw Normal View History

do_mail_matt:
every: 10s
2012-04-13 04:10:47 +00:00
class: FetchTime
2012-05-07 02:23:16 +00:00
args:
description: Runs the perform method in FetchTime
nccu_daily_ldap_sync:
cron: 30 * * * * *
class: SyncDb
args:
description: Runs the perform method in SnycDB
nccu_claender_sync:
every: 1m
class: NccuCalendar
args:
description: Runs the perform method in NccuCalendar