Pubsub 0.37.2: Observed non-recoverable stream error 400 #5913
Labels
api: pubsub
Issues related to the Pub/Sub 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.
Hello! Firstly, thank you for this awesome library!
I am running around 40 pubsub client workers in an EKS cluster. After more than a day of running uninterrupted, one of my pubsub workers observed a non-recoverable error. (The rest are still running fine)
OS - ubuntu:16.04
Python version - Python 3.5.2
Pubsub version - google-cloud-pubsub==0.37.2
Stack Trace:
Code snippet
Where
process_message
batches messages for a few minutes and acks them all when their payloads have been inserted into a database.Any help would be appreciated here!
The text was updated successfully, but these errors were encountered: