30 lines
630 B
YAML
30 lines
630 B
YAML
dashboard_counter_cache:
|
|
cron: 0 * * * * *
|
|
class: DashboardCounter
|
|
args:
|
|
description: DashboardCounterCache
|
|
|
|
backup_server:
|
|
cron: 0 0 2 * * *
|
|
class: BackupServer
|
|
args:
|
|
description: BackupServer and remove old backups
|
|
|
|
update_tag_cloud:
|
|
cron: 0 0 [0,12] * * *
|
|
class: UpdateTagCloud
|
|
args:
|
|
description: UpdateTagCloud
|
|
|
|
generate_system_summary:
|
|
cron: 0 0 12 * * *
|
|
class: GenerateSystemSummary
|
|
args:
|
|
description: Generate the system status such as disk free space,package version list for showing at site tab
|
|
|
|
email_cron:
|
|
cron: 0 0 [10,16,22] * * *
|
|
class: EmailCron
|
|
args:
|
|
description: EmailCron
|