Timer start event weird behaviour

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:

Zrzut ekranu z 2020-02-24 14-34-02

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?

Hi @JohnArray,

have a look at this thread and my latest post: Couldn't complete task Exception while resolving duedate 'P30S': P30S.

Hope this helps, Ingo