Skip to content

Commit

Permalink
move job back to 1am window (#19597)
Browse files Browse the repository at this point in the history
  • Loading branch information
LindseySaari authored Nov 25, 2024
1 parent 20935c7 commit 8e78ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/periodic_jobs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
mgr.register('0 2,9,16 * * 1-5', 'VBADocuments::FlipperStatusAlert')

# Rotates Lockbox/KMS record keys and _ciphertext fields every October 12th (when the KMS key auto-rotate)
mgr.register('10 5 * * *', 'KmsKeyRotation::BatchInitiatorJob')
mgr.register('10 1 * * *', 'KmsKeyRotation::BatchInitiatorJob')

# Updates veteran representatives address attributes (including lat, long, location, address fields, email address, phone number) # rubocop:disable Layout/LineLength
mgr.register('0 3 * * *', 'Representatives::QueueUpdates')
Expand Down

0 comments on commit 8e78ab2

Please sign in to comment.