Skip to content

Commit

Permalink
Enable final cron jobs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 authored Sep 5, 2023
1 parent 0f0eeea commit e70d0ee
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,20 @@ cron:

# /cron/user/unverified/delete/

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

- url: /cron/user/unverified/delete/
schedule: every day 10:00
timezone: Europe/London
target: dev

# - url: /cron/user/unverified/delete/
# schedule: every day 10:00
# timezone: Europe/London
# target: staging
- url: /cron/user/unverified/delete/
schedule: every day 10:00
timezone: Europe/London
target: staging

# ----------------------------------------------------------------------------
# New system
Expand Down

0 comments on commit e70d0ee

Please sign in to comment.