Skip to content

Commit

Permalink
revert cron (#12944)
Browse files Browse the repository at this point in the history
  • Loading branch information
FonzMP authored Jun 9, 2023
1 parent 2a75c3a commit b1368d5
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('15 23 * * 7', 'ClaimsApi::ReportUnsuccessfulSubmissions')
mgr.register('0 23 * * *', 'ClaimsApi::ReportUnsuccessfulSubmissions')
# Weekly report of unsuccessful claims submissions

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

0 comments on commit b1368d5

Please sign in to comment.