Skip to content

Commit

Permalink
PI-2751 Move DLQ redrive schedule back 30 minutes (#4617)
Browse files Browse the repository at this point in the history
Integration services are scheduled to start up at 6:30, but occasionally take longer than 30 minutes as the Delius database is still warming up.
  • Loading branch information
marcus-bcl authored Feb 3, 2025
1 parent 1ffd820 commit b0e2ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/redrive-dead-letter-queues/deploy/values.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dlq_redrive:
schedule: 0 7 * * 1-5 # Every weekday at 07:00 UTC
schedule: 30 7 * * 1-5 # Every weekday at 07:30 UTC

0 comments on commit b0e2ed1

Please sign in to comment.