Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
JohnAzzi
Contributor
Contributor

Multiple Requests from one script in SSE

I'm running a python server on my laptop to trial out some proof of concepts as we migrate to an enterprise solution. 

I'm trying to debug why some scripts seem to churn forever, and others are super quick. I wanted to know why, when I make a request on the front end even if its very simple are there multiple requests sent to the SSE: 

example:

2019-08-08 10:04:41,007 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:04:41,112 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:01,063 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:03,838 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:08,526 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:09,258 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:09,518 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor
2019-08-08 10:05:10,563 - INFO - EvaluateScript: qResult = "test" (ArgType.Numeric ReturnType.Numeric) FunctionType.Tensor

 

Labels (1)
0 Replies