Skip to content

Commit

Permalink
Remove unused cron, uncomment needed reminder crons for prod (#120)
Browse files Browse the repository at this point in the history
* Remove unused cron, uncomment needed reminder crons for prod

* Merge branch 'main' into cron_update
  • Loading branch information
faucomte97 authored Jul 4, 2024
1 parent 91bbcd6 commit a77245a
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 a77245a

Please sign in to comment.