neodash icon indicating copy to clipboard operation
neodash copied to clipboard

Long running queries interfere with the next query in the same card

Open alfredorubin96 opened this issue 1 year ago • 1 comments

  • NeoDash version: 2.4.1

  • Neo4j Database version: Probably any.

  • Expected behavior

  1. Set a parameter that triggers the run of a long running query (in my case it was long enough to go in transaction timeout)
  2. In the middle of the run, change parameter, re-triggering the query
  3. After the run of the second query, the card will pop-up the result of the second query, without showing the result of the first query (kill the transaction at the start of the new one)
  • Actual behavior
  1. Set a parameter that triggers the run of a long running query (in my case it was long enough to go in transaction timeout)
  2. In the middle of the run, change parameter, re-triggering the query
  3. After the run of the second query, the card will pop-up the result of the first query, after a certain amount of time that is the delta between the two executions.

Additionally, include (as appropriate) screenshots, drawings, etc.

alfredorubin96 avatar Dec 12 '23 11:12 alfredorubin96