]
Jonathan Holmström commented on DROOLS-1206:
--------------------------------------------
This is listed as fixed for BRMS but seems to remain a problem in Drools
KIE Execution Server documentation shows faulty time unit for
KieScanner interval.
----------------------------------------------------------------------------------
Key: DROOLS-1206
URL:
https://issues.jboss.org/browse/DROOLS-1206
Project: Drools
Issue Type: Bug
Affects Versions: 6.4.0.Final
Reporter: Jonathan Holmström
Assignee: Mark Proctor
In Rule Deployments -> Container -> Version Configuration
The input interval is interpreted as milliseconds, not seconds. The documentation
indicates that this should be seconds.
From:
https://docs.jboss.org/drools/release/6.4.0.Final/drools-docs/html/ch22.html
Quote:
Automatic Update: If you want a deployed Container to always have the latest version of
your deployment without manually editing it, you will need to set the Version property to
the value of LATEST and start a Scanner. This will ensure that the deployed provision
always contains the latest version. The Scanner can be started just once on demand by
clicking the Scan Now button or you can start it in the background with scans happening at
a specified interval (in seconds).You can also set this value to LATEST when you are first
creating this deployment. The Resolved Release Id in this case will show you the actual,
latest version number.
Relevant section:
"scans happening at a specified interval (in seconds)"