Detecting Long-Running Recurring Tasks (Spring boot) #668
Unanswered
bryanlanghendries
asked this question in
Q&A
Replies: 1 comment 1 reply
-
There are probably many ways to achieve this. You could for example register a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
If I have a recurring task running every minute, is there a way to track if it exceeds its expected duration? For example, if it takes 2 minutes, can I store a log of this to identify long-running tasks?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions