17 lines
341 B
YAML
17 lines
341 B
YAML
do_mail_matt:
|
|
every: 10s
|
|
class: FetchTime
|
|
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 |