: 22 : 25 : 3 |
Currently when agents are scheduled to run more than once per day every 1 hour, for example, they will run based on the last time that the agent ran which is dependant on when agent manager is launched in Domino. For example, if the server comes up and loads Amgr at 12:24, your agent will run at 12:24, 1:24, 2:24, etc. This can make it difficult to schedule agents to run that are dependant on other agents running without chaining agents with NotesAgent.Run in the code which is not always preferable. Therefore, I would like to add one more option to the Run Agents More Than Once a Day dialogue box that allows us to specify at how many minutes past the hour the agent should run. For example, you would be able to schedule agents to run at 15 minutes past the hour every hour.
Note: even though I did not include it on the screeshot, there would need to be a checkbox that forces you to enable this option just like there is for the Start Running Agent On This Date field. I am NOT suggesting a change to the default way agents are scheduled!
|