GoogleCloudPlatform / gcloud-maven-plugin

Cloud SDK Maven Plugin for Google App Engine (Managed VMs and non Managed VMs)
Apache License 2.0
29 stars 24 forks source link

Queue configuration update #23

Open pedro-ribeiro opened 9 years ago

pedro-ribeiro commented 9 years ago

As described here

https://groups.google.com/forum/?utm_medium=email&utm_source=footer#!msg/google-appengine/Zb2mnxTDe5g/7a09BIe5EqAJ

the gcloud-maven-plugin seems to not be updating the queue configuration. Given the answers in that thread, I'd assume this maven plugin is the proper place to address this limitation.

It could either run the command suggested in the thread

gcloud preview app deploy app.yaml queue.yaml

or a new goal could be added to just update the queue configuration.

Best regards,