[Update] Task Queues Custom Domain Bug Fix Delayed

4 views
Skip to first unread message

Google Cloud Platform

unread,
Mar 1, 2016, 1:35:33 PM3/1/16
to fans...@googlegroups.com
Update for Task Queues custom domain bug fix
Google Cloud Platform
Dear App Engine Developer,

This is a follow-up email to the message sent out January 2016 (original email pasted below), about a bug fix in the Task Queues system. We needed to push back the release of this fix and it will now be in production by March 11, 2016.


Was this information helpful?
Yes   No
IF YOU HAVE ANY QUESTIONS, PLEASE FILL OUT THIS SUPPORT FORM

Regards,


The App Engine Task Queues Team



----------- Original Email -----------


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.

Documentation:   Python
Java
Contact support
© 2016 Google Inc. 1600 Amphitheatre Parkway, Mountain View, CA 94043

You have received this mandatory service announcement to update you about important changes to Google Cloud Platform or your account.
G+     Blogger     GitHub     Linkedin     Twitter    
                                                                                     ;
Reply all
Reply to author
Forward
0 new messages