Is it possible to read the version of a Google App Engine app at runtime?
Posted
by marcc
on Stack Overflow
See other posts from Stack Overflow
or by marcc
Published on 2010-05-06T17:15:13Z
Indexed on
2010/05/06
17:18 UTC
Read the original article
Hit count: 156
google-app-engine
I have the version number set in my app.yaml to something like 'rc1'. I'd like to be able to read the current version for a status/health check URL. Is this possible?
© Stack Overflow or respective owner