Hyzheng-WHU opened a new issue, #5513:
URL: https://github.com/apache/openwhisk/issues/5513

   Hello team!
   
   Openwhisk's default action runtime limit ( used -- timeout ) can only be set 
to a maximum of 5 minutes, but I want to change the action Max time limit to 
make it more than 5 minutes
   
   I have found some related issues, but they don't work and seem to be out of 
date
   
   I have tried to change the
   incubator-openwhisk/common/scala/src/main/resources/application.conf
       # action timelimit configuration
       time-limit {
           min = 100 ms
           # max = 5 m
           max=10 m
           std = 1 m
       }
   
   and
   incubator-openwhisk/ansible/roles/controller/tasks/deploy.yml
         "CONFIG_whisk_timeLimit_max": "{{ limit_action_time_max | 
default(600000) }}"
   
   but none of them worked. Maybe I did it the wrong way.
   I want to know how can we change the maximum action run time limit?
   Thanks for your help!


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

Reply via email to