This job will be executed once per day at the time defined in the appsettings.
It will look for daily non-flagged statistic records that are older than 7 days, and merge them into one statistic record with Window = DailyMerged. If there is only one record per account per day, that record is only modified to have Window = DailyMerged.
This job will be executed once per day at the time defined in the appsettings.
It will look for daily non-flagged statistic records that are older than 7 days, and merge them into one statistic record with
Window = DailyMerged
. If there is only one record per account per day, that record is only modified to haveWindow = DailyMerged
.Here are some examples of the process: