Hello all,
How I can use 'queue.yaml' with "gcloud preview app run" ?
I could not find any instructions, and when I just try to add it to the run list, I get the following error:
google.appengine.api.yaml_errors.EventError: Unexpected attribute 'queue' for object of type AppInfoExternal.
--
You received this message because you are subscribed to a topic in the Google Groups "Google App Engine" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/google-appengine/ONM-D805ADc/unsubscribe.
To unsubscribe from this group and all its topics, send an email to google-appengi...@googlegroups.com.
To post to this group, send email to google-a...@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/ed9ca353-3031-423f-9433-3120843c25ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok, so it turns out that 'gcloud run' behavior is even more strange, if there is a module name with a lower lexical order then 'default' (in my case it was 'admin'), then queue.yaml is not being loaded.