From a14c899d497fc10c7a54947180dfd6129e24ad98 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Thu, 17 Feb 2022 17:28:28 +0100 Subject: [PATCH 1/4] Increase timeouts to 60 min --- webapi/src/main/resources/application.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapi/src/main/resources/application.conf b/webapi/src/main/resources/application.conf index bf1877f235..6b2f47eca8 100644 --- a/webapi/src/main/resources/application.conf +++ b/webapi/src/main/resources/application.conf @@ -24,7 +24,7 @@ akka { # Set to `infinite` to completely disable idle connection timeouts. # # Must be larger then request-timeout - idle-timeout = 30 minutes + idle-timeout = 60 minutes # Defines the default time period within which the application has to # produce an HttpResponse for any given HttpRequest it received. @@ -38,7 +38,7 @@ akka { # request individually. # # Must be smaller then idle-timeout - request-timeout = 30 minutes + request-timeout = 60 minutes # The maximum number of concurrently accepted connections when using the # `Http().bindAndHandle` methods. @@ -304,7 +304,7 @@ app { print-extended-config = ${?KNORA_WEBAPI_PRINT_EXTENDED_CONFIG} // default ask timeout. can be same or lower then akka.http.server.request-timeout. - default-timeout = 30 minutes + default-timeout = 60 minutes // If true, log all messages sent from and received by routes. Since messages are logged at DEBUG level, you will // need to set loglevel = "DEBUG" in the akka section of this file, and in logback.xml. From 6699e8f4f565793b2ee0a6453f9f75029309b7a7 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Fri, 18 Feb 2022 09:30:45 +0100 Subject: [PATCH 2/4] increase update timeout --- webapi/src/main/resources/application.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapi/src/main/resources/application.conf b/webapi/src/main/resources/application.conf index 6b2f47eca8..a1e070f4b4 100644 --- a/webapi/src/main/resources/application.conf +++ b/webapi/src/main/resources/application.conf @@ -535,7 +535,7 @@ app { query-timeout = 20 seconds // timeout for tripelstore updates. can be same or lower then akka.http.server.request-timeout. - update-timeout = 30 minutes + update-timeout = 60 minutes // triplestore auto init. initialize triplestore at startup if necessary. auto-init = false From 1cc0615ed182e1e34765d0f7e560b773ff089087 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Fri, 18 Feb 2022 12:21:42 +0100 Subject: [PATCH 3/4] Increase timeouts --- webapi/src/main/resources/application.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/webapi/src/main/resources/application.conf b/webapi/src/main/resources/application.conf index a1e070f4b4..fc703a6379 100644 --- a/webapi/src/main/resources/application.conf +++ b/webapi/src/main/resources/application.conf @@ -24,7 +24,7 @@ akka { # Set to `infinite` to completely disable idle connection timeouts. # # Must be larger then request-timeout - idle-timeout = 60 minutes + idle-timeout = 90 minutes # Defines the default time period within which the application has to # produce an HttpResponse for any given HttpRequest it received. @@ -38,7 +38,7 @@ akka { # request individually. # # Must be smaller then idle-timeout - request-timeout = 60 minutes + request-timeout = 90 minutes # The maximum number of concurrently accepted connections when using the # `Http().bindAndHandle` methods. @@ -304,7 +304,7 @@ app { print-extended-config = ${?KNORA_WEBAPI_PRINT_EXTENDED_CONFIG} // default ask timeout. can be same or lower then akka.http.server.request-timeout. - default-timeout = 60 minutes + default-timeout = 90 minutes // If true, log all messages sent from and received by routes. Since messages are logged at DEBUG level, you will // need to set loglevel = "DEBUG" in the akka section of this file, and in logback.xml. From 5bcdee05869fec79cfcd43ad6bc49a8c5418ada4 Mon Sep 17 00:00:00 2001 From: irinaschubert Date: Fri, 18 Feb 2022 14:05:08 +0100 Subject: [PATCH 4/4] increase timeouts --- webapi/src/main/resources/application.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/webapi/src/main/resources/application.conf b/webapi/src/main/resources/application.conf index fc703a6379..f1c3e3d26d 100644 --- a/webapi/src/main/resources/application.conf +++ b/webapi/src/main/resources/application.conf @@ -24,7 +24,7 @@ akka { # Set to `infinite` to completely disable idle connection timeouts. # # Must be larger then request-timeout - idle-timeout = 90 minutes + idle-timeout = 120 minutes # Defines the default time period within which the application has to # produce an HttpResponse for any given HttpRequest it received. @@ -38,7 +38,7 @@ akka { # request individually. # # Must be smaller then idle-timeout - request-timeout = 90 minutes + request-timeout = 120 minutes # The maximum number of concurrently accepted connections when using the # `Http().bindAndHandle` methods. @@ -304,7 +304,7 @@ app { print-extended-config = ${?KNORA_WEBAPI_PRINT_EXTENDED_CONFIG} // default ask timeout. can be same or lower then akka.http.server.request-timeout. - default-timeout = 90 minutes + default-timeout = 120 minutes // If true, log all messages sent from and received by routes. Since messages are logged at DEBUG level, you will // need to set loglevel = "DEBUG" in the akka section of this file, and in logback.xml. @@ -535,7 +535,7 @@ app { query-timeout = 20 seconds // timeout for tripelstore updates. can be same or lower then akka.http.server.request-timeout. - update-timeout = 60 minutes + update-timeout = 120 minutes // triplestore auto init. initialize triplestore at startup if necessary. auto-init = false