[deploy] Bug Fix:Run Badge Award Job Twice a Day (#9875)

This commit is contained in:
Molly Struve 2020-08-19 14:31:48 -05:00 committed by GitHub
parent 6c71369df5
commit 4ac9020112
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,28 +18,28 @@ award_yearly_club_badges:
- award_yearly_club_badges
- ""
award_beloved_comment_badges:
cron: "5 0 * * *" # daily at 12:05 am UTC
cron: "5 */12 * * *" # 5 min past every 12th hour UTC
class: "BadgeAchievements::BadgeAwardWorker"
args:
- ""
- award_beloved_comment_badges
- ""
award_four_week_streak_badge:
cron: "10 0 * * *" # daily at 12:10 am UTC
cron: "10 */12 * * *" # 10 min past every 12th hour UTC
class: "BadgeAchievements::BadgeAwardWorker"
args:
- ""
- award_four_week_streak_badge
- ""
award_eight_week_streak_badge:
cron: "15 0 * * *" # daily at 12:15 am UTC
cron: "15 */12 * * *" # 15 min past every 12th hour UTC
class: "BadgeAchievements::BadgeAwardWorker"
args:
- ""
- award_eight_week_streak_badge
- ""
award_sixteen_week_streak_badge:
cron: "20 0 * * *" # daily at 12:20 am UTC
cron: "20 */12 * * *" # 20 min past every 12th hour UTC
class: "BadgeAchievements::BadgeAwardWorker"
args:
- ""