You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2020/03/17 17:49:22 UTC

[GitHub] [openwhisk] bdoyle0182 opened a new issue #4865: Uploading functions times out in the controller from hardcoded timeout

bdoyle0182 opened a new issue #4865: Uploading functions times out in the controller from hardcoded timeout
URL: https://github.com/apache/openwhisk/issues/4865
 
 
   The base http trait has a hardcoded thirty second timeout. Since we're all doing our work over a slow vpn now for the next month or two, we've been hit with this issue where the controller times out before the upload finishes for larger functions. It was mentioned in slack that this timeout is hardcoded by design, but I'm opening an issue so we can track. Seems like it should be slightly configurable with a somewhat low max timeout. Here is the source of the timeout:
   
   https://github.com/apache/openwhisk/blob/master/common/scala/src/main/scala/org/apache/openwhisk/http/BasicHttpService.scala#L85

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services