You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "heljoyLiu (GitHub)" <gi...@apache.org> on 2020/04/20 03:21:58 UTC

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

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': 50000L})
```

so close it. sorry for disturb


[ Full content available at: https://github.com/apache/tinkerpop/pull/1278 ]
This message was relayed via gitbox.apache.org for dev@tinkerpop.apache.org