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 2021/03/18 09:47:50 UTC

[GitHub] [openwhisk] ZinuoCai edited a comment on issue #4907: Could action timeout limit be unlimited or configurable?

ZinuoCai edited a comment on issue #4907:
URL: https://github.com/apache/openwhisk/issues/4907#issuecomment-801780486


   @rabbah I also want to extend the running time of a function. I deploy my OpenWHisk with K8s. I change the application.conf in the scala directory and rebuild the controller image. I set it below.
   
       time-limit {
           min = 100 ms
           max = 25 m
           std = 20 m
       }
   
   However, it does not work properly. The default running is still 1 minute. Anything else should I modify?


----------------------------------------------------------------
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