google-app-enginemodulegoogle-cloud-datastoretask-queuegae-module

Google App Engine modules no datastore access


I have a project consisting of three modules, where the default and one of the background task modules are operating as expected.

My third module have the following weird behaviours:

It appears to be a lack of access to the shared services, but they are working so I'm pretty confused.. Have anyone come across a similar problem before?


Solution

  • Problem was a combination of me being silly (was not reading in query parameters correctly) and a slight lack of documentation on Google's part - Task Queue tasks does not honor dispatch.xml meaning that you'll need to set up a separate queue for each module