From 4c6ef6c294ca55e108ce256383caab1c04327aec Mon Sep 17 00:00:00 2001 From: dspeck Date: Fri, 6 Dec 2024 18:00:23 +0000 Subject: [PATCH] [DO NOT COMMIT]. Commented out batch-requests timeout settings as they appear to not be used. --- .../batch/models/GcpBatchConfigurationAttributes.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchConfigurationAttributes.scala b/supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchConfigurationAttributes.scala index e0caf9dd50..83222664fc 100644 --- a/supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchConfigurationAttributes.scala +++ b/supportedBackends/google/batch/src/main/scala/cromwell/backend/google/batch/models/GcpBatchConfigurationAttributes.scala @@ -108,9 +108,9 @@ object GcpBatchConfigurationAttributes extends GcpBatchReferenceFilesMappingOper "filesystems.gcs.caching.duplication-strategy", "concurrent-job-limit", "request-workers", - "batch-timeout", - "batch-requests.timeouts.read", - "batch-requests.timeouts.connect", + //"batch-timeout", + //"batch-requests.timeouts.read", + //"batch-requests.timeouts.connect", "default-runtime-attributes.bootDiskSizeGb", "default-runtime-attributes.noAddress", "default-runtime-attributes.preemptible",