Store close process-Scheduling issue
Hi All,
I have created a cron job inside spring.xml file which will start store close process at 12:00 (in the midnight).
Below is my scheduler task:
<task:scheduled-tasks scheduler="springTaskScheduler">
<task:scheduled ref="autoStoreClosing" method="run" cron="0 0 0 * * *" />
</task:scheduled-tasks>
But it is not calling the process everytime while Xstore is running at 12:00. This behavior is not consistent that means sometimes it is picking up the cron job and other times it is not working.
Thanks in advance!!
Regards,
Neha Gill