Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get current instance id #1291

Closed
mik115 opened this issue May 6, 2016 · 1 comment
Closed

Get current instance id #1291

mik115 opened this issue May 6, 2016 · 1 comment
Assignees

Comments

@mik115
Copy link

mik115 commented May 6, 2016

Hi,
There's any way to get the current instance id from nodejs?
I found a solution for python

 from google.appengine.api import modules
 instance_id = modules.get_current_instance_id()

There's a similar way for node js?

Thanks in advance.

@stephenplusplus
Copy link
Contributor

We don't have anything like this at the moment. Feel free to discuss/subscribe to #917, which talks about opening up an API for the hosted environments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants