You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we were using JS 0.3.x and hence I couldn't test out this update but now we have moved to JS 0.4.1 and cypher-gremlin-server-plugin-1.0.3-all.jar which has the change for scriptEvaluationTimeout #316
On updating this, I found that now the script gets terminated in 30s (default value in the code)
In my gremlin-server.yaml, I have this value set to 120s but this is not being followed. I'm attaching my gremlin-server.yaml below.
As you can see, I have mentioned scriptEvaluationTimeout in the file and the processor has been added too - { className: org.opencypher.gremlin.server.op.cypher.CypherOpProcessor }
Am I missing something here?
I ran the cypher query through gremlin-console using 1.0.3 plugin and connecting to my gremlin-server remotely which uses the above gremlin-server.yaml
The text was updated successfully, but these errors were encountered:
@dwitry
The issue is regarding #316 #335
Previously we were using JS 0.3.x and hence I couldn't test out this update but now we have moved to JS 0.4.1 and
cypher-gremlin-server-plugin-1.0.3-all.jar
which has the change forscriptEvaluationTimeout
#316
On updating this, I found that now the script gets terminated in 30s (default value in the code)
In my gremlin-server.yaml, I have this value set to 120s but this is not being followed. I'm attaching my gremlin-server.yaml below.
As you can see, I have mentioned
scriptEvaluationTimeout
in the file and the processor has been added too- { className: org.opencypher.gremlin.server.op.cypher.CypherOpProcessor }
Am I missing something here?
I ran the cypher query through gremlin-console using
1.0.3
plugin and connecting to my gremlin-server remotely which uses the abovegremlin-server.yaml
The text was updated successfully, but these errors were encountered: