Hi -
I’m seeing an issue when triggering a Java delegate on a timer. The time is configured as a non-interrupting boundary event and configured to run a delegate every 15 minutes.
The event gets fired as expected, but the delegate runs multiple times (seems between 8-12 times each time it’s triggered, a few seconds apart). The delegate itself only takes a few milliseconds to run - so the task is completed by the time the 2nd, 3rd etc times it is triggered.
Has anyone seen this before or suggest an explanation?
Many thanks,
Chris