The Cloud Function is triggered when a message is published to a Pub/Sub topic so event is: google.pubsub.topic.publish. I'd like it to be triggered once even if the delivery happened more times? Would I have to take care of this idempotence?
On Monday, 7 May 2018 23:23:32 UTC+3, George (Cloud Platform Support) wrote: > > Delivery is one type of event that may be used to trigger a cloud > function. There are others, independent of the duplicate delivery aspect. > How would you like the trigger to be implemented? Would you like a message > to be sent once, even if delivery happened actually multiple times? More > detail on the considered setup that your question refers to would help make > things clearer. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/09a0b667-6a71-445c-9c72-08ec183b9485%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
