[GitHub] [tinkerpop] heljoyLiu commented on issue #1278: gremlin-python: add 'timeout' argument in client-submit

2020-04-19 Thread GitHub
we could build RequestMessage with timeout args ``` g = traversal().withGraph(Graph()) t = g.V().has("customer_id", 851401972585122).id() message = RequestMessage('traversal', 'bytecode', {'gremlin': t.bytecode, 'scriptEvaluationTimeout': 5L}) ``` so close it. sorry for disturb

[jira] [Commented] (TINKERPOP-2359) onShutDown not being called when docker container stopped

2020-04-19 Thread Stephen Mallette (Jira)
[ https://issues.apache.org/jira/browse/TINKERPOP-2359?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17086929#comment-17086929 ] Stephen Mallette commented on TINKERPOP-2359: - > i havent been able to s