Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
10-14-2022 09:26 AM
I have a query which should run at a schedule time and send us the report on email
10-15-2022 06:28 AM
Hello @siri 🙂
There is a way with some APOC procedures but it's not perfect. You can use apoc.periodic.repeat procedure which will repeat your query every x seconds. The main issue is that it will wait for the end of your query to start the counter. For example, if you want to run your query every hour and you start your query at 08:00 for a duration of 5 minutes, the next execution will take place at 09:05.
For now, if you want to start your query at a specific time, you'll need to use a scheduler in your app.
Regards,
Cobra
10-15-2022 08:54 AM
Can we connect neo4j with any other tool for monitoring?
All the sessions of the conference are now available online