Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Setting initial value for
last_request_date
for feed clusters. (#2072)
There was a change introduced in CV2-5331 that normalized how the `last_request_date` field for a shared feed cluster is calculated. But there is an issue: if the cluster doesn't have any request, no value is set. The fix needed here is to be sure that there is an initial value, which can be the same date as the last item that joined the cluster, when this item has no requests. Fixes: CV2-5446.
- Loading branch information