martinweiler opened a new issue, #646:
URL: https://github.com/apache/incubator-kie-issues/issues/646
Executing a process that contains a Task with an SLA Due date is resulting
in a duplicate timer creation with the following setting in
kie-deployment-descriptor.xml:
```
<environment-entry>
<resolver>mvel</resolver>
<identifier>new String ("true")</identifier>
<parameters/>
<name>AsyncMode</name>
</environment-entry>
```
Note this will not have any functional impact on the process execution, but
adds additional overhead to the timer subsystem.
Run the attached example and monitor the timers created in the database.
[timer-test.zip](https://github.com/apache/incubator-kie-issues/files/13078485/timer-test.zip)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]