arthurpsmith / author-disambiguator

Wikidata service to help create or link author items to published articles
GNU General Public License v3.0
33 stars 8 forks source link

Do not retry with a higher maxlag value, to ensure maxlag=5 #107

Closed wetneb closed 4 years ago

wetneb commented 4 years ago

For https://phabricator.wikimedia.org/T240371

arthurpsmith commented 4 years ago

Ah, but $last_maxlag defaults to -1 so it'll be unchanged, ok, I guess that's fine. The other thing I think we'd want though is to sleep a lot longer than just $maxlag seconds - maybe I'll multiply it by some factor? Anyway, this is a good start on fixing this, thanks.