Skip to content

Commit

Permalink
Create new cron jobs for anonymisation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
faucomte97 committed Jul 30, 2024
1 parent 21c2f55 commit 7285a60
Showing 1 changed file with 102 additions and 0 deletions.
102 changes: 102 additions & 0 deletions cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,57 @@ cron:
timezone: Europe/London
target: staging

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

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

- url: /cron/user/inactive/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: dev

- url: /cron/user/inactive/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging

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

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

- url: /cron/user/inactive/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: dev

- url: /cron/user/inactive/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging

# /cron/user/inactive/send-third-reminder/

- url: /cron/user/inactive/send-third-reminder/
schedule: every day 10:00
timezone: Europe/London
target: default

- url: /cron/user/inactive/send-third-reminder/
schedule: every day 10:00
timezone: Europe/London
target: dev

- url: /cron/user/inactive/send-third-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging

# ----------------------------------------------------------------------------
# New system
# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -126,3 +177,54 @@ cron:
schedule: every day 10:00
timezone: Europe/London
target: production-portal

# /api/cron/user/inactive/send-first-reminder/

- url: /api/cron/user/inactive/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: development-portal

- url: /api/cron/user/inactive/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging-portal

- url: /api/cron/user/inactive/send-first-reminder/
schedule: every day 10:00
timezone: Europe/London
target: production-portal

# /api/cron/user/inactive/send-second-reminder/

- url: /api/cron/user/inactive/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: development-portal

- url: /api/cron/user/inactive/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging-portal

- url: /api/cron/user/inactive/send-second-reminder/
schedule: every day 10:00
timezone: Europe/London
target: production-portal

# /api/cron/user/inactive/send-final-reminder/

- url: /api/cron/user/inactive/send-final-reminder/
schedule: every day 10:00
timezone: Europe/London
target: development-portal

- url: /api/cron/user/inactive/send-final-reminder/
schedule: every day 10:00
timezone: Europe/London
target: staging-portal

- url: /api/cron/user/inactive/send-final-reminder/
schedule: every day 10:00
timezone: Europe/London
target: production-portal

0 comments on commit 7285a60

Please sign in to comment.