Real-time mode time parameter configuration
Time parameters for real-time computing tasks manage runtime offsets during data processing.
Procedure
-
For more information, see the real-time mode configuration entry to navigate to the Real-time Mode configuration page.
-
In the Time Parameter section of the configuration panel, configure the time parameters for real-time mode.
The key time parameter for real-time tasks is
stat_date, which adjusts for runtime offsets in real-time computing. For instance, to calculate the daily aggregate value of an indicator while accounting for time discrepancies, setstat_dateto a time after midnight to exclude any offset times.To avoid repeatedly setting
stat_datein task parameters, add akvconfiguration forstat_datein the property settings of the real-time task. TheValueshould be an expression reflecting business time. You can also set multiple time parameters, each separated by a period. For example,stat_date=${yyyyMMdd-1}indicates that the task starts processing at the time represented by${yyyyMMdd-1}. -
Click OK.