I have an app running on Google App Engine Standard using the Java 8 runtime, and it uses both push and pull queues extensively. When I'm using the Google Cloud Platform management console I interact with my Push and Pull Queues under the "Cloud Tasks" UI option, but all of my code interaction with queues is via the com.google.appengine.api.taskqueue Java package. Lately I'm seeing notices about Google Cloud Tasks Pull Queues being deprecated. Can someone in the GAE team please clarify for me, will my usage of Pull Queues be supported going forward?
--
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 google-appengi...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/588d3ad9-03f8-47c1-afa2-f2b4d993caae%40googlegroups.com.
App Engine Tasks (available for App Engine Standard Gen 1 runtimes) will continue to support both push and pull, but Cloud Tasks (available for all products) will not support pull queues. Instead, we recommend Cloud Pub/Sub for this use case. Please see this documentation for details: https://cloud.google.com/appengine/docs/standard/java/taskqueue/pull/migrating-pull-queuesPlease let us know if Cloud Pub/Sub doesn't solve your needs in this area, so we can improve our decisions for future features.
On Fri, Jan 10, 2020 at 11:10 AM Jim <jeb6...@gmail.com> wrote:
I have an app running on Google App Engine Standard using the Java 8 runtime, and it uses both push and pull queues extensively. When I'm using the Google Cloud Platform management console I interact with my Push and Pull Queues under the "Cloud Tasks" UI option, but all of my code interaction with queues is via the com.google.appengine.api.taskqueue Java package. Lately I'm seeing notices about Google Cloud Tasks Pull Queues being deprecated. Can someone in the GAE team please clarify for me, will my usage of Pull Queues be supported going forward?--
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 google-a...@googlegroups.com.