Hi, during some development i came across issue where i need to start my process every X seconds, therefore i have defined a timer start event with cycle definition as following:
R/PT10S
however i have noticed that processes are started in very strange intervals 5/15 seconds:
Can someone explain such behavior?
I’m using the default job executor configuration, is that the reason? how to optimize it so that jobs would be executed with a 1 second precision?