neo4j-labs / neodash

NeoDash - a Dashboard Builder for Neo4j
https://neo4j.com/labs/neodash/
Apache License 2.0
408 stars 135 forks source link

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

Open alfredorubin96 opened 9 months ago

alfredorubin96 commented 9 months ago

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

nielsdejong commented 8 months ago

@alfredorubin96 i looked into this and think I know how to fix it - we need to remember the transaction object across query executions and then cancel any existing transactions for the same card upon execution of the new one. Unfortunately this is kind of a big architectural overhaul... so I propose we park this for later.