Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
03-26-2019 12:17 PM
I am trying to understand why a large import query is failing and was instructed to use apoc.periodic.submit
. For some reason I am missing something straight forward.
For example, when I try
CALL apoc.periodic.submit('test', 'MATCH (n) RETURN n' )
I get ["name": "test", "delay": 0, "rate": 0, "done": false, "cancelled"]
. It almost seems like the query isn't running.
Then if I try CALL apoc.periodic.submit('test', 'MATCH (n) RETURN n' )
I get a syntax error.
Does anyone have any insight?
All the sessions of the conference are now available online