mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
The error message in such cases now indicates that the retry process is being aborted preemptively due to pending sleep time. For example: Retry policy for operation 'myMethod' would exceed timeout (5 ms) due to pending sleep time (10 ms); preemptively aborting execution See gh-35963