The ratios weren't checked for normalization; using relative weights
explicitly ensures that the settings won't be misinterpreted.
Depends on D6587
Differential D6588
recurrent visits: use policy weights instead of ratios olasd on Oct 29 2021, 4:02 PM. Authored by Tags None Subscribers None
Details
The ratios weren't checked for normalization; using relative weights Depends on D6587
Diff Detail
Event TimelineComment Actions Build is green Patch application report for D6588 (id=23949)Could not rebase; Attempt merge onto 50d7fd7ff4... Updating 50d7fd7..00ff02e Fast-forward swh/scheduler/celery_backend/recurrent_visits.py | 92 +++++++++++++----------- 1 file changed, 51 insertions(+), 41 deletions(-) Changes applied before testcommit 00ff02eab9c9e03ac5cc7627c48c59ac181e8a1e Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Fri Oct 29 15:58:31 2021 +0200 recurrent visits: use policy weights instead of ratios The ratios weren't checked for normalization; using relative weights explicitly ensures that the settings won't be misinterpreted. commit 7f434c3fbf0649519fce610f8c92cba70095693e Author: Nicolas Dandrimont <nicolas@dandrimont.eu> Date: Fri Oct 29 15:44:56 2021 +0200 Improve docs rendering for recurrent visits scheduler See https://jenkins.softwareheritage.org/job/DSCH/job/tests-on-diff/494/ for more details. |