Currently there is something limited like that, if you check out the
periodic functions in apoc, like apoc.periodic.repeat

https://neo4j-contrib.github.io/neo4j-apoc-procedures/#_further_functions

I think from an ops perspective it's better to schedule via the OS or a
scheduling service.

On Mon, Jul 3, 2017 at 5:37 PM, Sean R <[email protected]> wrote:

> Neo4J gurus,
>
> I have a requirement, where I need to run specific CYPHER periodically -
> may be once in 4 hours.
> Is there any APOC available to do this ?
>
> ex:
> CALL <apoc procedure>('MY CYPHER QUERY', <4 hours>)
> Is this possible in Neo4J ?
>
> - I could think of creating a java/python and schedule it.
> -  Another way is  .bat file or shell script with CYPHER and schedule the
> bat file or shell script.
>
> Any thoughts.?
>
> Thanks
>
> --
> You received this message because you are subscribed to the Google Groups
> "Neo4j" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Neo4j" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to