Skip to content

Commit

Permalink
Fixed job timeout value
Browse files Browse the repository at this point in the history
  • Loading branch information
irinamavrina committed Dec 1, 2022
1 parent 5a950d3 commit 2eac132
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .docker/docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ services:
FILE_STORAGE_HOST: file-storage
FILE_STORAGE_PORT: 8080
TASK_PROCESSING_LIMIT: 2
TASK_PROCESSING_TIMEOUT_IN_MIN: 30
TASK_PROCESSING_TIMEOUT_IN_MIN: 10

volumes:
localstorage_database_data:
Expand Down
2 changes: 1 addition & 1 deletion .docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
FILE_STORAGE_HOST: file-storage
FILE_STORAGE_PORT: 8080
TASK_PROCESSING_LIMIT: 2
TASK_PROCESSING_TIMEOUT_IN_MIN: 30
TASK_PROCESSING_TIMEOUT_IN_MIN: 10

volumes:
localstorage_database_data:
Expand Down
2 changes: 1 addition & 1 deletion worker/src/test/resources/application-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spring:
verapdf:
task:
processing-limit: 2
processing-timeout-in-min: 30
processing-timeout-in-min: 10
local-storage-service:
uri: http://localhost:8080/api
job-service:
Expand Down

0 comments on commit 2eac132

Please sign in to comment.