Skip to content

Commit

Permalink
removing sheduling
Browse files Browse the repository at this point in the history
  • Loading branch information
amstevenson committed Nov 21, 2023
1 parent 7268350 commit 7aebe39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ dependencyManagement {
entry 'log4j-to-slf4j'
}
//CVE-2022-23181
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.76') {
dependencySet(group: 'org.apache.tomcat.embed', version: '9.0.83') {
entry 'tomcat-embed-core'
entry 'tomcat-embed-websocket'
}
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ scheduling:
task:
# 1 - scan storage for new envelopes and process them
scan:
delay: ${SCAN_DELAY:30000} # In milliseconds
enabled: ${SCAN_ENABLED:false}
delay: 30000000 # In milliseconds
enabled: false
# 2 - upload all documents for successfully scanned envelopes
upload-documents:
delay: ${UPLOAD_TASK_DELAY} # In milliseconds
Expand Down

0 comments on commit 7aebe39

Please sign in to comment.