QWQyyy opened a new issue, #5467: URL: https://github.com/apache/openwhisk/issues/5467
Because our project requires a large number of HTTP request tests and our functions (modern machine learning workflows) have relatively long execution times, our team believes that it is necessary to compile the Docker image of OpenWhisk from the source code and modify the 1min gateway blocking limit. We have made a number of source code modifications for this purpose, as follows: 1. In the source code part of the controller, we modify application.conf, set request-timeout = 36000s  2. In the source code part of the controller, we also modified reference.conf:  3. In the common Scala module, we also modified application.conf:   After completing the above three modifications, we used ./gradlew :core:controller:distDocker to compile the Docker image and replaced the image used by our K8s OpenWhisk cluster. We modified value.yaml . We ensure that the content written in values.yaml meets the requirements:  We also made some modifications to nginx, including the default.conf inside the nginx:1.21.1 image, and the read-only nginx.conf configured using nginx-configmap:   However, when we used curl to test, we found that it did not seem to work completely. The blocking of the nginx gateway was overcome, but the following information was printed:  So, what modifications do we need to make to overcome this problem? Looking forward to your guidance! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
