未完成的拉取请求的配额
Quota on outstanding pull requests
今天早些时候,我注意到我的日志中出现以下错误:
503 Too many outstanding pull requests for subscription '<...>'.
Please reduce the number of simultaneous Pull() requests invoked for
this subscription. (POST https://pubsub.googleapis.com/v1/projects/<...>:pull)
我尝试搜索允许的同时拉取请求的确切数量,但似乎无法在任何地方找到它。我发现唯一提及此错误的是 here in the docs,但同样没有说明任何数字。
我有 40 个进程从订阅中提取。
当您的某些请求被路由到的云 Pub/Sub 服务器的特定实例上出现瞬态过载时,会发生此错误。错误信息确实很差,不应该告诉你减少你的拉取请求,我会补救的。
今天早些时候,我注意到我的日志中出现以下错误:
503 Too many outstanding pull requests for subscription '<...>'.
Please reduce the number of simultaneous Pull() requests invoked for
this subscription. (POST https://pubsub.googleapis.com/v1/projects/<...>:pull)
我尝试搜索允许的同时拉取请求的确切数量,但似乎无法在任何地方找到它。我发现唯一提及此错误的是 here in the docs,但同样没有说明任何数字。
我有 40 个进程从订阅中提取。
当您的某些请求被路由到的云 Pub/Sub 服务器的特定实例上出现瞬态过载时,会发生此错误。错误信息确实很差,不应该告诉你减少你的拉取请求,我会补救的。