Skip to content
This repository was archived by the owner on Aug 9, 2023. It is now read-only.

Commit 74debf6

Browse files
add server timeouts to cromwell.conf
1 parent 043728e commit 74debf6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/templates/cromwell/cromwell-resources.template.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,15 @@ Resources:
411411
port = 8000
412412
}
413413
414+
akka {
415+
http {
416+
server {
417+
request-timeout = 300s
418+
idle-timeout = 300s
419+
}
420+
}
421+
}
422+
414423
system {
415424
job-rate-control {
416425
jobs = 1

0 commit comments

Comments
 (0)