Recalculation tasks
Dari includes , a repeating task that periodically updates indexed methods that are annotated with @Recordable.Recalculate.
RecalculationTask
can be configured with the following option, shown as a name-value pair in the Tomcat context.xml
file:
<Environment name="dari/recalculationTaskHost" value="{host-address}" type="java.lang.String" />
Key: dari/recalculationTaskHost
Type: java.lang.String
The IP or name of the host on which the RecalculationTask
is running. If this option is set, then Dari checks that the address of the host on which the task is running matches the {host-address}
value. If you do not want RecalculationTask
to run, set {host-address}
to a dummy value such as 1.1.1.1
.
Previous Topic
Repeating tasks
Next Topic
Queue processing