PubSub: Subscriber keeps failing with 503 #75
Labels
api: pubsub
Issues related to the googleapis/python-pubsub API.
priority: p2
Moderately-important priority. Fix may not be included in next release.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Hey guys,
I am seeing the pubsub client receive a 503 unavailable and instead of retrying it just exits. And it can't receive any more messages. The subscriber starts and works for a few minutes before throwing the error. I can reproduce it consistently with multiple different pubsub subscriptions.
Package: google-cloud-pubsub==1.4.2
OS: Mac Catalina, also tried on an Ubuntu VM.
Python: Python 3.7.3
Here is an example test case where I see the issue followed by a stack trace:
And stack trace -
The text was updated successfully, but these errors were encountered: