Skip to content

Commit c0dd784

Browse files
committed
Fix class names for puzzle jobs
1 parent 7ab54da commit c0dd784

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config/sidekiq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
:schedule:
33
daily_puzzle_job:
44
cron: "0 9 * * *" # This runs the job at 9:00 AM every day
5-
class: "SendDailyPuzzleJob"
5+
class: "DailyPuzzleJob"
66

77
weekly_puzzle_job:
88
cron: "0 0 * * 0" # This runs the every Sunday at midnight
9-
class: "SendWeeklyPuzzleJob"
9+
class: "WeeklyLeaderboardJob"

0 commit comments

Comments
 (0)