Skip to content

Commit

Permalink
Merge pull request #2828 from alphagov/add-cleanup-intents-job
Browse files Browse the repository at this point in the history
Add publish intent cleanup job to production
  • Loading branch information
theseanything authored Dec 9, 2024
2 parents 7aef301 + d939efe commit a2a6e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions charts/app-config/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -721,6 +721,9 @@ govukApplications:
- name: report-delays
task: "publishing_delay_report:report_delays"
schedule: "15 2 * * *"
- name: cleanup-intents
task: "housekeeping:cleanup_publish_intents"
schedule: "38 2 * * *"
uploadAssets:
enabled: false
extraEnv:
Expand Down

0 comments on commit a2a6e8c

Please sign in to comment.