Comment 1 for bug 1154356

Revision history for this message
Evan (ev) wrote :

Yeah, I think a daily cron job would work fine here. I think the safest approach would be a range scan (counters.get(column_finish=fourweeksago)) that then iterated over the columns and called counter_remove one-by-one. This way if we happened to timeout or otherwise fail when running this cron job, the next run of it would clean things up.