difference between fixed delay and fixed rate
Answers
Answered by
0
fixedRate : makes Spring run the task on periodic intervals even if the last invocation may still be running.fixedDelay : specifically controls the next execution time when the last execution finishes.
Similar questions