pubsub: long-running app falls over after couple minutes
See original GitHub issue- Specify the API at the beginning of the title (for example, “BigQuery: …”) General, Core, and Other are also allowed as types
pubsub
- OS type and version
alpine:3.6
docker image
- Python version and virtual environment information
python --version
3.6.1
- google-cloud-python version
pip show google-cloud
,pip show google-<service>
orpip freeze
google-cloud-pubsub (0.32.1)
googleapis-common-protos (1.5.3)
grpc-google-iam-v1 (0.11.4)
grpcio (1.10.0rc2)
- Stacktrace if available
(see image below)
- Steps to reproduce
Build the docker image, stick on GKE, check that it’s receiving a couple of times, then wait until you see:




Issue Analytics
- State:
- Created 6 years ago
- Comments:32 (27 by maintainers)
Top Results From Across the Web
long running cloud run process and pubsub message retry
Now when a message is published from pubsub, cloud run starts executing, as the complete execution takes around 60 minutes to complete, but...
Read more >Composer invoking long running services | Google Cloud
Consider a scenario where we have a task, which is a service call, to be executed by Airflow which could take hours to...
Read more >Troubleshooting | Cloud Pub/Sub Documentation
Learn about troubleshooting steps that you might find helpful if you run into problems using Pub/Sub. Cannot create a subscription.
Read more >Tag: Cloud Pub/Sub - GCP Weekly
- This blog demonstrates how a streaming analytics pipeline on Google Cloud using PubSub, Apache Beam (on Dataflow runner), Cloud Storage, and BigQuery...
Read more >Message broker – complete know-how, use cases and a step ...
In publish/subscribe pattern (we'll move on to that) they are called publishers ... What is more, users could not use the application after...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
That’s great news. @lukesneeringer, what do you think about getting that merged? 😃
Closing this, since flow controller + grpc=1.10.1 and above seem to work without problems.