https://bugzilla.wikimedia.org/show_bug.cgi?id=71853
--- Comment #3 from Aaron Schulz <[email protected]> --- Looking in Redis I also don't see any jobs tried more than thrice now: > var_dump( $conn->hGetAll( wfMemcKey( 'jobqueue', $type, 'h-attempts' ) ), > $prop ); array(4) { ["dd3198047ef64b6c8d6b9bc4d9455f72"]=> string(1) "3" ["cfe7372acf9c412da3fc30f58bc16073"]=> string(1) "3" ["79df259a1a3b4227bceab760c11cc64d"]=> string(1) "1" ["8166de1e7c3140aeb4fbfb9b31ce87bb"]=> string(1) "1" } As with a few weeks before, the abandoned (and therefore recently retried) job count is very low with that queue. Actually looking at the code long enough made me notice a somewhat opposite bug (e.g. not enough retries, fixed in https://gerrit.wikimedia.org/r/#/c/166681/ ). -- 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
