Skip to content

Commit

Permalink
Remove unused cron, uncomment needed reminder crons for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 2, 2024
1 parent 0c3f6fd commit 49d3928
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,13 @@ cron:
# Legacy system
# ----------------------------------------------------------------------------

# /mail/weekly/
# /cron/user/unverified/send-first-reminder/

- url: /mail/weekly/
schedule: every friday 09:00
- url: /cron/user/unverified/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: default

# /cron/user/unverified/send-first-reminder/

# - url: /cron/user/unverified/send-first-reminder/
# schedule: every day 10:00
# timezone: Europe/London
# target: default

- url: /cron/user/unverified/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
Expand All @@ -30,10 +23,10 @@ cron:

# /cron/user/unverified/send-second-reminder/

# - url: /cron/user/unverified/send-second-reminder/
# schedule: every day 10:00
# timezone: Europe/London
# target: default
- url: /cron/user/unverified/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: default

- url: /cron/user/unverified/send-second-reminder/
schedule: every day 10:00
Expand Down

0 comments on commit 49d3928

Please sign in to comment.