Hi, I'm trying to implement an "autostop" bash (or equivalent) script for tomcat (I want to implement an "autoscaled" cluster, although I'm a newbie on this).
The script would check for active sessions and stop the server (and the VM) whenever is 0, but we also need to look for active @Scheduled operations and I was wondering if there is an easy way to look for this. The other option is to implement a custom interceptor, but I was wondering if there is already a solution for this. Thanks in advance -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/How-to-know-if-any-Scheduled-operation-is-running-tp4678483.html Sent from the TomEE Users mailing list archive at Nabble.com.
