SarthakGhosh16
SarthakGhosh16
I even tried ``` - { className: org.opencypher.gremlin.server.op.cypher.CypherOpProcessor, config: { scriptEvaluationTimeout: 120000 }} ``` but this returned an error that `scriptEvaluationTimeout` arg is unknown
So this piece of code was throwing an error (attached below). so adding this piece of code in a try-catch block and removing that particular vertex (**v.remove()**) works, where vertex...
@yhwang Sure. I'll create a pull request. Thanks!!
https://github.com/IBM/janusgraph-utils/pull/75 Pull Request