Fix resque scheduler errror

This commit is contained in:
Bernie Chiu 2013-11-13 15:38:09 +08:00
parent e6257a95a4
commit d73f1ac565
1 changed files with 5 additions and 5 deletions

View File

@ -20,22 +20,22 @@ 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
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] * * *
cron: "0 0 10,16,22 * * *"
class: EmailCron
args:
description: EmailCron
get_announcement_from_rss:
cron: 0 0 [2,12] * * *
cron: "0 0 2,12 * * *"
class: GetAnnouncementFromRss
args:
description: Loop through the announcement RSS until 24h ago
get_announcement_from_ntu_ga_rss:
cron: 0 0 [2,12] * * *
cron: "30 * * * * *"
class: GetAnnouncementFromNtuGaRss
args:
description: Update announcement RSS to primary NTU_GA site
description: "Update announcement RSS to primary NTU_GA site"