Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to change the action's Max run time to exceed 5 minutes? #5513

Open
Hyzheng-WHU opened this issue Sep 24, 2024 · 0 comments
Open

How to change the action's Max run time to exceed 5 minutes? #5513

Hyzheng-WHU opened this issue Sep 24, 2024 · 0 comments

Comments

@Hyzheng-WHU
Copy link

Hyzheng-WHU commented Sep 24, 2024

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. Maybe I did it the wrong way.

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) }}"

then run
ansible-playbook -i environments/local openwhisk.yml

but none of them worked.
I want to know how can we change the maximum action run time limit?
Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant