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/9DCE5E00-1BE4-4B33-8C0F-D96870359019%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to