Camunda Boundary Timer event is not working according the duration given

Hi Guys I have created a simple process in which I am simply doing a sysout multiple times within a given time duration but the duration I put doesn’t work as expected ,I have given PT10S in the timer but the actual time is quite inaccurate.
Can you please confirm why is this behaving so?

Regards
BIkash

You shouldn’t expect a timer to fire at 10 seconds It is designed to be fired after 10 seconds has elapsed. which means you can be guaranteed that it will not fire before 10 seconds but (depending on the job execute polling time) it could be fired any time after.

1 Like