Fix resque scheduler errror
This commit is contained in:
parent
e6257a95a4
commit
d73f1ac565
|
@ -20,22 +20,22 @@ generate_system_summary:
|
||||||
cron: 0 0 12 * * *
|
cron: 0 0 12 * * *
|
||||||
class: GenerateSystemSummary
|
class: GenerateSystemSummary
|
||||||
args:
|
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:
|
email_cron:
|
||||||
cron: 0 0 [10,16,22] * * *
|
cron: "0 0 10,16,22 * * *"
|
||||||
class: EmailCron
|
class: EmailCron
|
||||||
args:
|
args:
|
||||||
description: EmailCron
|
description: EmailCron
|
||||||
|
|
||||||
get_announcement_from_rss:
|
get_announcement_from_rss:
|
||||||
cron: 0 0 [2,12] * * *
|
cron: "0 0 2,12 * * *"
|
||||||
class: GetAnnouncementFromRss
|
class: GetAnnouncementFromRss
|
||||||
args:
|
args:
|
||||||
description: Loop through the announcement RSS until 24h ago
|
description: Loop through the announcement RSS until 24h ago
|
||||||
|
|
||||||
get_announcement_from_ntu_ga_rss:
|
get_announcement_from_ntu_ga_rss:
|
||||||
cron: 0 0 [2,12] * * *
|
cron: "30 * * * * *"
|
||||||
class: GetAnnouncementFromNtuGaRss
|
class: GetAnnouncementFromNtuGaRss
|
||||||
args:
|
args:
|
||||||
description: Update announcement RSS to primary NTU_GA site
|
description: "Update announcement RSS to primary NTU_GA site"
|
||||||
|
|
Loading…
Reference in New Issue