We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a75c3a commit b1368d5Copy full SHA for b1368d5
1 file changed
lib/periodic_jobs.rb
@@ -91,7 +91,7 @@
91
# Daily report of appeals errors
92
mgr.register('5 */2 * * *', 'VBADocuments::RunUnsuccessfulSubmissions')
93
# Run VBADocuments::UploadProcessor for submissions that are stuck in uploaded status
94
- mgr.register('15 23 * * 7', 'ClaimsApi::ReportUnsuccessfulSubmissions')
+ mgr.register('0 23 * * *', 'ClaimsApi::ReportUnsuccessfulSubmissions')
95
# Weekly report of unsuccessful claims submissions
96
97
mgr.register('30 2 * * *', 'Identity::UserAcceptableVerifiedCredentialTotalsJob')
0 commit comments