通过这样做,我得到了我知道的错误Exceeded rate limits: too many table update operations for this table.,我有表更新限制:
Maximum rate of table update operations: 1 operation every 2 seconds (insert, patch, update, jobs output).
但我的问题是我该怎么处理呢?通过在循环中插入作业后添加一些延迟?
我必须从500个联邦表()中更新目标表,我不能一次使用wilcards或多个select,因为当用户之一在整数字段中键入字符串时
我正在试着得到给定纬度和经度的速度限制。根据,我记录了使用的请求和响应,并尝试在postman中遵循相同的做法。我刚刚注册了Here API,所以我没有app_code,因为现在他们只对rest和js使用apikey。我用apiKey=xxxx替换app_code=xxxx&app_id=xxxx,然后它只给我速度类别,不给我SpeedLimit in LinkInfo响应,而在示例的响应中,它在响应中给出了速度限制。如何通过以下请求获取限速?
https://reverse.geocoder.api.here.com/6.2/reversegeocode.json?xnlp=CL_J
我想要“限制”对我的API的调用。假设每个API键每分钟最多调用5次。我的APIM正在消耗SKU。
但是当我试图添加策略时
Error in element 'quota-by-key' on line 16, column 10: Policy is not allowed in 'Consumption' sku
同样的也适用于
Rate-limit-by-key Policy is not allowed in 'Consumption' sku
是否有办法对消费层使用限速?