Hello
Is it possible to use a cron that runs a seach every hour ten minutes after hour and just between 7 AM and 19PM?
I ave donne this but it just let me to run the search at 7h10 every day
10 7 * * *
thanks
10 7-18 * * *
This will do 7:10 through to 18:10 - if you also want 19:10 change to 7-19
10 7-18 * * *
This will do 7:10 through to 18:10 - if you also want 19:10 change to 7-19