You could use the uuid module to create an identifier and record that and a timestamp on the app object when you create the app object to start with. As I understand it, one app object is created when the instance comes online and is reused until the instance dies, so tracking application objects is equivalent to tracking instances.
On Oct 28, 11:14 am, Santiago Lema <[email protected]> wrote: > I cannot find references to this anywhere so I don't know if it's > possible. > > Is there a way to get basic info on the running instance? Typically: > > - the instance age > - some sort of identifier -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
