Skip to content

Commit

Permalink
feat: disable announcement expiry notifications in dev (#750)
Browse files Browse the repository at this point in the history
  • Loading branch information
jer3k authored Sep 13, 2024
1 parent 4415dc9 commit aa03638
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ global:
lock_report_cron_crontime: "15 0 * * *" # 12:15 AM PST/PDT
expire_announcements_cron_crontime: "0 6,18 * * *" # 6am & 6pm daily
email_expiring_announcements_cron_crontime: "0 7 * * *" # 7:00 AM PST/PDT
enable_email_expiring_announcements: true
enable_email_expiring_announcements: "false"
reports_scheduler_cron_timezone: "America/Vancouver"
first_year_with_prev_reporting_year_option: "2025"
admin_invitation_duration_in_hours: "72"
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ global:
lock_report_cron_crontime: "15 0 * * *" # 12:15 AM PST/PDT
expire_announcements_cron_crontime: "0 6,18 * * *" # 6am & 6pm daily
email_expiring_announcements_cron_crontime: "0 7 * * *" # 7:00 AM PST/PDT
enable_email_expiring_announcements: true
enable_email_expiring_announcements: "true"
reports_scheduler_cron_timezone: "America/Vancouver"
first_year_with_prev_reporting_year_option: "2025"
admin_invitation_duration_in_hours: "72"
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ global:
lock_report_cron_crontime: "15 0 * * *" # 12:15 AM PST/PDT
expire_announcements_cron_crontime: "0 6,18 * * *" # 6am & 6pm daily
email_expiring_announcements_cron_crontime: "0 7 * * *" # 7:00 AM PST/PDT
enable_email_expiring_announcements: true
enable_email_expiring_announcements: "true"
reports_scheduler_cron_timezone: "America/Vancouver"
first_year_with_prev_reporting_year_option: "2025"
admin_invitation_duration_in_hours: "72"
Expand Down
2 changes: 1 addition & 1 deletion charts/fin-pay-transparency/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ global:
lock_report_cron_crontime: "15 0 * * *" # 12:15 AM PST/PDT
expire_announcements_cron_crontime: "0 6,18 * * *" # 6am & 6pm daily
email_expiring_announcements_cron_crontime: "0 7 * * *" # 7:00 AM PST/PDT
enable_email_expiring_announcements: true
enable_email_expiring_announcements: "true"
reports_scheduler_cron_timezone: "America/Vancouver"
first_year_with_prev_reporting_year_option: "2025"
admin_invitation_duration_in_hours: "72"
Expand Down

0 comments on commit aa03638

Please sign in to comment.