【发布时间】:2017-03-07 12:04:42
【问题描述】:
我正在使用 AWS API 来调用 AWS Step Functions。但是,您可以调用的函数数量是有限的。
根据 AWS Step Function 限制,some Step Functions API actions are throttled using a token bucket scheme to maintain service bandwidth.
例如,StartExecution() 的存储桶大小为 100,再填充率为 2/秒。
那么,有没有办法监控存储桶中的可用插槽?
我查看了 AWS python API,它被称为boto3,似乎没有办法获取此信息。但我不确定。
多余的电话会发生什么,他们是否排队?或只是丢弃?
【问题讨论】:
标签: amazon-web-services aws-sdk boto3 aws-step-functions