appengine-modules-sample-java icon indicating copy to clipboard operation
appengine-modules-sample-java copied to clipboard

TaskOptions isn't able to schedule tasks to modules

Open mufumbo opened this issue 11 years ago • 0 comments

The same configuration that works for backends doesn't work with modules:

myTaskOptionsInstance.header("Host", ModulesServiceFactory.getModulesService().getModuleHostname("mymodulename", modulesApi.getDefaultVersion("mymodulename"))

please show in the sample how to schedule tasks to modules.

mufumbo avatar Aug 31 '13 06:08 mufumbo