In your case to deploy the 'reporting' service you would use: appcfg.py update reporting.yaml
You can list any number of .yaml files for services to deploy after 'appcfg.py update'. The usage is given in the documentation under *Deploying multiple service applications* <https://cloud.google.com/appengine/docs/standard/python/tools/uploadinganapp#to_deploy_multiple_services> . On Friday, February 24, 2017 at 10:46:40 AM UTC-5, Joshua Smith wrote: > > I have a process I need to let run longer than 10 minutes, and I have been > using “backends” for this. > > I saw the deprecation warning, so I decided to try making it into a module > instead. The documentation on this is a complete mess. Hey google: You need > to go clean this up. There are a whole lot of different pages that describe > bits and pieces of the puzzle, but I can’t find anything that tells me what > I actually need to do. It doesn’t help that backends became modules became > services. SMDH. > > Anyway, I found the article that told me how to generate a .yaml for my > module based on my old backends.yaml and my app.yaml. My module is called > “reporting” so I have reporting.yaml. > > After making that and deleting my backends.yaml, I clicked deploy on the > GAE launcher, but that didn’t do anything about my module. > > So I guess I need to run appcfg.py manually? But I have no idea what > arguments to give it. > > I just want to push the latest code up, and then I will hit the module > with a URL. > > I used to do this with: appcfg.py backends <dir> update > > What command should I issue to get the same result with my “reporting” > module? > > > -Joshua > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/697eccc5-b17a-4852-8b09-12627d347d10%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
