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

Add connected() in session.py to figure out session status #2012

Merged
merged 3 commits into from
Sep 7, 2022
Merged

Add connected() in session.py to figure out session status #2012

merged 3 commits into from
Sep 7, 2022

Conversation

dzhiwei
Copy link
Contributor

@dzhiwei dzhiwei commented Sep 7, 2022

GAE add connected() in session.py to indicate if the session is still valid and available for the graph computing work. In some case analytical engine cannot be connected, with this new function, client side can check the session status and process this special case(try to restart runtime or close session etc).

What do these changes do?

GAE add connected() in session.py to indicate if the session is still valid and available for the graph computing work.
In some case analytical engine cannot be connected, with this new function, client side can check the session status and process this special case(try to restart runtime or close session etc).

Related issue number

Fixes

GAE add connected() in session.py to indicate if the session is still valid and available for the graph computing work.
In some case analytical engine cannot be connected, with this new function, client side can check the session status and process this special case(try to restart runtime or close session etc).
@dzhiwei dzhiwei changed the title GAE: add connected() in session.py to figure out session status Add connected() in session.py to figure out session status Sep 7, 2022
Sign-off-by: Tao He <linzhu.ht@alibaba-inc.com>
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit 1f98021 into alibaba:main Sep 7, 2022
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

Successfully merging this pull request may close these issues.

2 participants