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/7d3091bc-665d-4fa1-b9bf-24e89ac56d35n%40googlegroups.com.
