GCP PubSub behavior with a dynamic number of subscribers
I have a Cloud Run FastAPI app that subscribes to a PubSub subscription. It’s going to handle bursty traffic, so there may be zero instances or there may be 20 at a given time.
I have a Cloud Run FastAPI app that subscribes to a PubSub subscription. It’s going to handle bursty traffic, so there may be zero instances or there may be 20 at a given time.