'Spring boot @Scheduled task goes into oblivion with no trace after a while
I have several tasks @Scheduled with fixedDelay. Thread pool size in application.properties is sufficiently larger than the number of these tasks. One of the tasks routinely stops doing anything as seen from the lack of activity in the log files from that task. There is no uncaught exception and even if there were ,the next invocation of the schedule should not be affected. The task does IO operations (network calls). What could possibly cause this?
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
