Page MenuHomePhabricator

Don't repeatedly dispatch old changes
Closed, ResolvedPublic

Description

Since we're not purging the old changes from wb_changes for now and it is only pruned after three days, we must ensure that we're not dispatching old changes again that were already dispatched by a previous job.

This can be achieved by adding the revision id to the DispatchChangesJob params and then selecting only newer changes from wb_changes.

Event Timeline

Change 721344 had a related patch set uploaded (by Michael Große; author: Michael Große):

[mediawiki/extensions/Wikibase@master] Don't repeatedly dispatch old changes

https://gerrit.wikimedia.org/r/721344

Change 721344 merged by jenkins-bot:

[mediawiki/extensions/Wikibase@master] Don't repeatedly dispatch old changes

https://gerrit.wikimedia.org/r/721344

Ladsgroup assigned this task to Michael.