Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions charts/app-config/values-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3211,10 +3211,6 @@ govukApplications:
- name: user-events-purge
task: "user_events:purge_final_week_of_retention_period"
schedule: "0 2 * * *"
- name: quality-monitoring-assert-invariants
task: "quality_monitoring:assert_invariants"
schedule: "09 9 * * *" # 09:09am daily
suspend: true # Too noisy for integration to run on schedule, but can be run manually.
extraEnv:
- name: ENABLE_AUTOCOMPLETE
value: "true"
Expand Down
3 changes: 0 additions & 3 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2987,9 +2987,6 @@ govukApplications:
- name: user-events-purge
task: "user_events:purge_final_week_of_retention_period"
schedule: "0 2 * * *"
- name: quality-monitoring-assert-invariants
task: "quality_monitoring:assert_invariants"
schedule: "09 8-17 * * *" # 9 minutes past the hour every day from 8am-5pm
extraEnv:
- name: ENABLE_AUTOCOMPLETE
value: "true"
Expand Down
4 changes: 0 additions & 4 deletions charts/app-config/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2970,10 +2970,6 @@ govukApplications:
- name: user-events-purge
task: "user_events:purge_final_week_of_retention_period"
schedule: "0 2 * * *"
- name: quality-monitoring-assert-invariants
task: "quality_monitoring:assert_invariants"
schedule: "09 9 * * *" # 09:09am daily
suspend: true # Too noisy for staging to run on schedule, but can be run manually.
extraEnv:
- name: ENABLE_AUTOCOMPLETE
value: "true"
Expand Down
Loading