简体   繁体   中英

IBM Cloud how to increase concurent requests limit

I add/update action as follows:

ibmcloud wsk action update action_name --timeout 600000 --kind python-jessie:3 ./zips/zip_name.zip

But when I execute the action I get very very often an error as follows:

{'error': 'Too many concurrent requests in flight (count: 60, allowed: 60).'}

Is there any way to increase that number?

这是一种不寻常的情况,因为默认的并发限制是1000 vs60。我想将其恢复为默认值,请您在IBM Cloud UI中打开支持通知单,然后我们从最后开始解决这个问题。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM