简体   繁体   English

Google PubSub错误[code = 8a75]

[英]Google PubSub error [code=8a75]

Today, I started getting this error sporadically. 今天,我偶尔开始得到这个错误。 Google pubsub error codes talks about only HTTP error codes. Google pubsub错误代码仅涉及HTTP错误代码。 Does anyone know about this error? 有谁知道这个错误?

ERROR Error: The service was unable to fulfill your request. 错误错误:该服务无法满足您的请求。 Please try again. 请再试一次。 [code=8a75] [代码= 8a75]

This error code is retryable, and can be safely expected. 此错误代码是可重试的,可以安全地预期。 Automating your code to automatically retry with backoff, or to use one of the official client libraries, which automatically retry on these errors with backoff is the recommended solution. 自动化代码以自动重试退避,或者使用官方客户端库之一,这是自动重试这些错误的退避是推荐的解决方案。

In general these errors should be independent, meaning after a retry or two the odds that your RPC fails should be very low. 通常,这些错误应该是独立的,这意味着在重试或两次失败后,RPC失败的几率应该非常低。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Google PubSub和GCM - Google PubSub and GCM Google PubSub:如何自定义向消费者分发消息? - Google PubSub : How to customize distribution of messages to consumers? Google Cloud Pubsub数据丢失了 - Google Cloud Pubsub Data lost Google pubsub:将Java示例客户端挂起 - Google pubsub: pull java sample client hanging 通过http请求以JSON格式发布到Google pubsub - Publishing to Google pubsub as a JSON through an http request 带有PHP的Google Cloud PubSub-如何在App Engine服务器端安装类? - Google Cloud PubSub with PHP - how to install classes on the App Engine server side? 使用Google Cloud PubSub进行服务器到服务器的多播消息传递? - server-to-server multicast messaging with Google Cloud PubSub? chrome的Google云消息传递收到错误代码403禁止 - google cloud messaging for chrome receive error code 403 forbidden 错误:与依赖项“com.google.code.findbugs:jsr305”冲突 - Error:Conflict with dependency 'com.google.code.findbugs:jsr305' Google PUBSUB API:当通过 IAM(针对特定资源)进行绑定时,同一个成员会获得该角色的所有访问权限吗? - Google PUBSUB API: When a binding is made through IAM (for a specific resource), will same member get all access of that role?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM