Skip to content

Commit

Permalink
update cron time (#12947)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcneil authored Jun 9, 2023
1 parent 8da7f8a commit cbb1662
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 @@ -91,7 +91,7 @@
# Daily report of appeals errors
mgr.register('5 */2 * * *', 'VBADocuments::RunUnsuccessfulSubmissions')
# Run VBADocuments::UploadProcessor for submissions that are stuck in uploaded status
mgr.register('0 23 * * *', 'ClaimsApi::ReportUnsuccessfulSubmissions')
mgr.register('15 23 * * *', 'ClaimsApi::ReportUnsuccessfulSubmissions')
# Weekly report of unsuccessful claims submissions

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

0 comments on commit cbb1662

Please sign in to comment.