Just use push queues with unique id's? When you get the name already exists exception, you'll know it's a duplicate, otherwise retry
I'm guessing there's a processing/cost restriction too On Tuesday, October 12, 2021 at 9:42:08 PM UTC+3 Austin wrote: > I am looking at the various cloud queue options to handle webhooks that > can be received multiple times and out of order, before being processed by > an internal system. It seems the pull task queue is being deprecated in > favor of pub/sub, but pub/sub does not offer deduplication, retries, and > scheduled delivery. I only need one handler/subscriber per message and > would like to pull via the api however it seems these features are > exclusive to cloud tasks or pub/sub, which is made more confusing since it > is possible to create cloud task pull queues. If I use a google cloud task > queue how can I configure the internal system to mark it self as available > to process the next message in the queue? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/752d126b-7746-417d-ac04-e5dc7c6c2b09n%40googlegroups.com.
