【问题标题】:Ibm bluemix timeout after 60sec60 秒后 ibm bluemix 超时
【发布时间】:2018-05-08 21:27:21
【问题描述】:

我尝试循环运行 1000 次,当程序达到 60 秒时输入此错误

Internal Server Error

示例代码

for i in range(1000,0,-1):
    wc = fun_A(funInput) #function
    time.sleep(i/1000)

只有在达到 60 秒时才会出现错误。 我尝试重复次数小于 60 秒并正常运行

【问题讨论】:

    标签: cloud ibm-cloud ibm-cloud-functions


    【解决方案1】:

    60 秒是 IBM Cloud 上无服务器操作的限制。您可以在此处找到详细信息 - https://console.bluemix.net/docs/openwhisk/openwhisk_reference.html#openwhisk_syslimits。还有关于如何为您的操作请求更多时间的信息(向下滚动到“增加固定限制”)。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2016-09-19
      • 1970-01-01
      • 2018-01-11
      • 1970-01-01
      • 2013-01-02
      • 2019-06-03
      相关资源
      最近更新 更多