Skip to content

Commit

Permalink
PI-2617 Move DLQ redrive to 7am (#4374)
Browse files Browse the repository at this point in the history
This ensures all pods have a chance to start up
  • Loading branch information
marcus-bcl authored Oct 31, 2024
1 parent ad989e5 commit f5c5c34
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: 30 5 * * 1-5 # Every weekday at 05:30 UTC
schedule: 0 7 * * 1-5 # Every weekday at 07:00 UTC

0 comments on commit f5c5c34

Please sign in to comment.