Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hello,
I am trying to call my service 'ResetSheetCount' on each hour throughout the day. (7,8,9,10,11,12, .etc). I am wondering what is the best route to go with this. To use a timer that calls my service every second (use JS to determine whether the time is correct to reset sheet count) or create 8 or 9 schedulers that will execute the service at the correct times. Any other suggestions would be great.
Thanks
Solved! Go to Solution.
This was my thought as well, however that route isn't going to run the service at those specific times.
Hi @Chao123.
Perhaps I'm not fully understanding. Can you explain why the suggestion will not work?
Regards.
--Sharon
Hello again @slangley ,
I need that count to reset at say 7 am exactly and then 8 am exactly. If I use the scheduler at 1 hour intervals this isn't necessarily going to execute those services at 7 am and 8 am. It may be 7:07 or 8:07. At least that is my understanding
Sharon,
I believe it is 8.3.10-b1010
Thanks
Sharon,
Aha, that is what I had figured..
Thank you for the help!
Hi @Chao123.
If my previous response answered your question, please mark it as the Accepted Solution for the benefit of others with the same question.
Regards.
--Sharon