Use periodic triggers in all templates

This commit is contained in:
Lennart Kats 2024-08-24 21:12:05 +02:00
parent 5d9910c8e0
commit 8475082163
No known key found for this signature in database
GPG Key ID: 1EB8B57673197023
3 changed files with 12 additions and 12 deletions

View File

@ -3,10 +3,10 @@ resources:
{{.project_name}}_job:
name: {{.project_name}}_job
schedule:
# Run every day at 9:27 AM
quartz_cron_expression: 21 27 9 * * ?
timezone_id: UTC
trigger:
periodic:
interval: 1
unit: DAYS
email_notifications:
on_failure:

View File

@ -10,10 +10,10 @@ resources:
{{.project_name}}_job:
name: {{.project_name}}_job
schedule:
# Run every day at 8:37 AM
quartz_cron_expression: '44 37 8 * * ?'
timezone_id: Europe/Amsterdam
trigger:
periodic:
interval: 1
unit: DAYS
{{- if not is_service_principal}}

View File

@ -4,10 +4,10 @@ resources:
{{.project_name}}_sql_job:
name: {{.project_name}}_sql_job
schedule:
# Run every day at 7:17 AM
quartz_cron_expression: '44 17 7 * * ?'
timezone_id: Europe/Amsterdam
trigger:
periodic:
interval: 1
unit: DAYS
{{- if not is_service_principal}}