Skip to content

Commit

Permalink
Use periodic triggers in all templates
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkats-db committed Sep 2, 2024
1 parent 5d9910c commit 8475082
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}}

Expand Down

0 comments on commit 8475082

Please sign in to comment.