Spring TaskScheduler stopped unexpectedly and then started running as usual after restart
We have a spring scheduler in place which runs at 4 a.m. everyday. This scheduler missed to run 2 times on consecutive days, and when I restarted the application on 3rd day it started running as usual.
Spring TaskScheduler stopped running and then started again after re-start
We have a spring scheduler in place which runs at 4 a.m. everyday. This scheduler missed to run 2 times on consecutive days, and when I restarted the application on 3rd day it started running as usual.