If the algorithm is based on calculated features and if the calculated features it is based on are not expanded it might occur that when executing that calculated feature the calculated source feature is currently also calculated. Each calculated feature can be configured to wait and retry execution later in such cases. Two settings can be used to define how the system shall handle such situations.
Setting |
Effect |
Wait time between tries |
If a source calculated feature is currently being calculated the Application Server waits that long before it will try again. |
Maximum tries |
The Application Server will try that many times before it gives up and the execution will fail. Minimum value for this setting is 0 which would cause the execution to fail immediately if one of its source calculated features is being calculated. |
The maximum total delay that might be introduced by waiting for another calculated feature to complete its execution is therefore Wait time between tries * (Maximum tries -1)