Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit b1368d5

Browse files
authored
revert cron (#12944)
1 parent 2a75c3a commit b1368d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/periodic_jobs.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
# Daily report of appeals errors
9292
mgr.register('5 */2 * * *', 'VBADocuments::RunUnsuccessfulSubmissions')
9393
# Run VBADocuments::UploadProcessor for submissions that are stuck in uploaded status
94-
mgr.register('15 23 * * 7', 'ClaimsApi::ReportUnsuccessfulSubmissions')
94+
mgr.register('0 23 * * *', 'ClaimsApi::ReportUnsuccessfulSubmissions')
9595
# Weekly report of unsuccessful claims submissions
9696

9797
mgr.register('30 2 * * *', 'Identity::UserAcceptableVerifiedCredentialTotalsJob')

0 commit comments

Comments
 (0)