Project:
View Revisions: Issue #23653 | [ Back to Issue ] | ||
Summary | 0023653: Incorrect execution time for daily processes scheduled PM | ||
Revision | 2013-04-29 16:08 by alostale | ||
Steps To Reproduce | 1- Create a new process scheduled to be run daily at 15:00. If tomcat is not restarted subsequent executions will also be at 15:00. 2- Wait till 15:00, the process is correctly executed -> OK 3- Restart tomcat 4- Following executions of this process will take place at 3:00 -> INCORRECT Note: if after step #3 and before #4 Tomcat is restarted again the process will be run at 15:00 till next restart. |
||
Revision | 2013-04-29 16:08 by alostale | ||
Description | Processes scheduled to be executed daily starting from 13:00:00 to 00:59:59 (Server local time) are incorrectly rescheduled after Tomcat restart if the process has been run at least once. After restart the starting hour changes -12 hours, for example if scheduled to 0:00:00, it becomes in 12:00:00, for all subsequent executions. Note this doesn't affect to other schedul plans such as monthly, last day of month, etc Workaround: till this patch is applied, in order to ensure correct time execution, do not schedule processes to be run PM. |
||
Revision | 2013-04-29 16:02 by alostale | ||
Steps To Reproduce | 1- Create a new process scheduled to be run daily at 15:00. If tomcat is not restarted subsequent executions will also be at 15:00. 2- Wait till 15:00, the process is correctly executed -> OK 3- Restart tomcat 4- Following executions of this process will take place at 3:00 -> INCORRECT Note: if after step #3 and before #4 Tomcat is restarted again the process will be run at 15:00 till next restart. |
||
Revision | 2013-04-29 16:02 by alostale | ||
Description | Processes scheduled to be executed daily starting from 13:00:00 to 00:59:59 (Server local time) are incorrectly rescheduled after Tomcat restart if the process has been run at least once. After restart the starting hour changes -12 hours, for example if scheduled to 0:00:00, it becomes in 12:00:00, for all subsequent executions. Note this doesn't affect to other schedul plans such as monthly, last day of month, etc |
||
Revision | 2013-04-29 13:52 by alostale | ||
Steps To Reproduce | -schedule one process to execute every day at 00:00 o'clock -verify that sometimes the process executed at 12:00 instead of 00:00 |
||
Revision | 2013-04-29 13:52 by alostale | ||
Description | When you schedule a process it can not work fine |
Copyright © 2000 - 2009 MantisBT Group |