Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
04-29-2022 03:45 PM
Is there a way to execute multiple queries inside apoc.periodic.repeat?
I have about 22 different queries I'd like to execute one after the other at a specific time during the day.
Thank you!
Solved! Go to Solution.
04-30-2022 12:05 AM
Hello @hlow
You will need 22 different queries and it will be better in the future if you want to handle them one by one, for example if you want to shutdown one and not the others.
Regards,
Cobra
04-30-2022 12:05 AM
Hello @hlow
You will need 22 different queries and it will be better in the future if you want to handle them one by one, for example if you want to shutdown one and not the others.
Regards,
Cobra
04-30-2022 11:31 AM
Ah ok that makes sense.
Is there also a parameter that I could set to have them run at a specific time? Like at 7am everyday? I only see the option to set how long to repeat in seconds.
Thank you Cobra!
05-01-2022 12:03 AM
You can search here but I don't think it's possible only in Cypher/APOC
. When I want to something like you, I have a script started by crontab
since I'm on Linux but you can also do it on Windows server.
All the sessions of the conference are now available online