Rob Povey

Results 7 issues of Rob Povey

The docker docs are pretty bad for optional args to any of the commands but To filter a service by name in the task API you need a request of...

I'm running into an issue, where I have a connection that goes idle for an extended period, that results in a router silently disconnecting me form the target. I don't...

I'll try and build a simpler case for this when I get chance It's the same for all the list functions any/none etc. This query returns (incorrectly 110 results) incuding...

We've seen this twice on a customer cluster. It might be a Redis rather than a Falkor issue, but I'm posting it here for now, I guess it could also...

This behavior seems wrong to me I think this should return 1 row with 2 empty collections, but returns nothing. It assumes you run it on any graph with no...

question

Create a number of nodes like this ``` GRAPH.QUERY test "CYPHER nodes = [1,2,3,4,5,6,7,8] UNWIND $nodes as n CREATE (node:Node2Label{id:n}) return node.id" ``` Link them together and assign things to...

What I'm seeing in my deployment is queries that normally take a couple of hundred milliseconds, suddenly take 10 minutes, and after a few minutes normal performance resumes. This might...