https://bugzilla.wikimedia.org/show_bug.cgi?id=64416
Jon <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED --- Comment #9 from Jon <[email protected]> --- We've had no bad token errors since the 4th May [1] - that's 12 days. However the fix was merged on May 8 8:51 PM so I'm not sure if some other patch has contributed to this success. An API patch introduced in Ic1542c6e0dc566f0aa59c25d5042b16771edfc6a got merged on Fri Apr 18 21:28:11 2014 +0000 so would have made the train on 24th April and been live on all Wikimedia projects from 1st May so this could well have contributed somewhat. The last error reporting a bad token was on 13:57:26 3rd May 2014 [2]. If you look at the 12 days preceding the 3rd May there were 750 errors [3] I'm fairly confident the issue is fixed in some form though so closing. [1] select event_errorText, count(*) from MobileWebEditing_7675117 where event_action = 'error' and timestamp > 20140504000000 group by event_errorText [2] select * from MobileWebEditing_7675117 where event_action = 'error' and event_errorText = 'badtoken' order by timestamp desc limit 1 [3] select count(*) from MobileWebEditing_7675117 where event_action = 'error' and event_errorText = 'badtoken' and timestamp > 20140421000000 -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
