app guid uniqueness


John Wong
 

Based on my brief testing and observation, the guid of an app sticks around
for as long as the app remains running (whether we restart or restage). But
removing the app, then cf push a new guid is generated.

Is this a true statement?

Thanks.

John


Nicholas Calugar
 

Hi John,

An application's guid will never change. If you delete an app, and push the
code again, you are creating a new app with another guid.


Thanks,

Nick

On Mon, Apr 18, 2016 at 9:53 AM, John Wong <gokoproject(a)gmail.com> wrote:

Based on my brief testing and observation, the guid of an app sticks
around for as long as the app remains running (whether we restart or
restage). But removing the app, then cf push a new guid is generated.

Is this a true statement?

Thanks.

John


John Wong
 

Awesome. Thank you, Nicholas.

John

On Mon, Apr 18, 2016 at 1:51 PM, Nicholas Calugar <ncalugar(a)pivotal.io>
wrote:

Hi John,

An application's guid will never change. If you delete an app, and push
the code again, you are creating a new app with another guid.


Thanks,

Nick

On Mon, Apr 18, 2016 at 9:53 AM, John Wong <gokoproject(a)gmail.com> wrote:

Based on my brief testing and observation, the guid of an app sticks
around for as long as the app remains running (whether we restart or
restage). But removing the app, then cf push a new guid is generated.

Is this a true statement?

Thanks.

John