Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.1.0-incubating
-
None
Description
There are several timeouts that Gremlin Server can encounter and the current messages that users receive don't always make it clear which one was raised, which then makes it hard to figure out how to resolve the exception.
Improve logging and returned messages for these three settings:
- scriptEvaluationTimeout - how long a script can be eval'd for
- serializedResponseTimeout - how long the result of a script can iterate/serialize for
- config to TimedInterruptCustomizerProvider - how long loops internal to a script can iterate for (related to scriptEvaluationTimeout in a sense as it times something similar)