I am using Pub/Sub messages to trigger cloud functions. The pub/sub messages are triggered by cloud storage uploads. Each cloud function then starts a Compute Engine instance. I am using Pub/Sub because of its queueing capabilities. I want to limit the number of instances that are started at a time by each pub/sub message. If the instance limit is reached, I want to queue the incoming pub/sub messages to wait until the instance limit is no longer being hit. Is this possible with Pub/Sub?
--
You received this message because you are subscribed to the Google Groups "Google Cloud Pub/Sub Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email to cloud-pubsub-dis...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/cloud-pubsub-discuss/abd953cc-9867-4e2b-83d5-210382afb814n%40googlegroups.com.