-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PubSub] Subscription.pull() not working (returns deadline exceeded) #3302
Comments
May be similar to: #2993 |
@mykolasmith Is this issue limited to the Python client or is it an issue with Pub / Sub itself? Can you get these requests to succeed elsewhere, e.g. in the APIs explorer? |
FYI, it seems like an issue with Pub/Sub and not this specific client library. Per Google Support:
|
Thanks for the update @mykolasmith and sorry we can't be of more help. |
Hi mykolasmith,
|
Any call pull() call to a PubSub subscription fails. There are about 1500 unacknowledged messages in the subscription in question. Note: I frequently switch this subscription between push and pull for draining and debugging purposes. (It would be nice to be able to peek messages and get message statistics by key without having to do this!)
Subscription details:
pull
600
Python 2.7.12
Relevant installed libraries:
After 600 seconds...
With GRPC:
Without GRPC:
The text was updated successfully, but these errors were encountered: