cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

MarkoZadravec
Node
since ‎07-06-2022
‎07-07-2022

User Statistics

  • 1 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

Hi, I would like to run every x second script that uses 'apoc.periodic.commit'. The natural way for me would be to put it inside 'apoc.periodic.repeat'. But: If I do something like this:CALL apoc.periodic.repeat(    "test",    "       CALL apoc.perio...