[Action Required] Notice for Task Queues Developers on Google App Engine

3 views
Skip to first unread message

Google Cloud Platform

unread,
Jan 20, 2016, 7:02:55 PM1/20/16
to fans...@googlegroups.com

Dear App Engine Developer,


You are receiving this notice because you are running the Task Queues service with a custom domain on the following application(s):


s~ddtor3


Currently, we have a bug in the system where tasks enqueued from a custom domain (e.g. your_domain.com) are always routed to the default module even if a non-default module is specified in the app's dispatch.yaml/xml file. This bug will be fixed by February 22, 2016.


No action is required on your part if your application expects documented behavior (Java documented behavior).


However, if your application depends on the existing behavior of tasks being routed to the default module, then you must add an entry to your dispatch.yaml/xml before February 22, 2016 that routes your Task Queues endpoint to the default module. You can read more about dispatch.yaml/xml here. Example entry:


- url: "*/my/task/queue/url/*"

module: default


This is the expected behavior after the fix:

  1. Have an application with a domain (e.g. your_domain.com) mapped to it

  2. Configure two modules, and a dispatch rule to route all */api/* traffic to the non-default module.

  3. Add a task to the queue from the custom domain and the default module, with a URL of /api/taskqueue (e.g. your_domain.com/api/taskqueue)

  4. The task should be run on the non-default module, where */api/* is routed.


Please fill out this support form if you have questions.


Regards,


The App Engine Task Queues Team


----

© 2015 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043


You have received this email service announcement to update you about important changes to Google Cloud Platform or your account.

Reply all
Reply to author
Forward
0 new messages