https://bugzilla.wikimedia.org/show_bug.cgi?id=70374
Bryan Davis <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #4 from Bryan Davis <[email protected]> --- W00t figured it out. There is a special hash for the new jobrunner that tracks what queues to try and process: redis 127.0.0.1:6379> hkeys "jobqueue:aggregator:h-ready-queues:v2" 1) "webVideoTranscode/commonswiki" 2) "LocalRenameUserJob/afwikiquote" 3) "LocalRenameUserJob/afwiktionary" 4) "LocalRenameUserJob/akwiki" 5) "LocalRenameUserJob/alswiki" 6) "LocalRenameUserJob/alswikibooks" 7) "LocalRenameUserJob/alswiktionary" 8) "LocalRenameUserJob/amwiki" 9) "LocalRenameUserJob/amwikiquote" 10) "LocalRenameUserJob/arwikibooks" 11) "LocalRenameUserJob/arwikiquote" 12) "LocalRenameUserJob/arwikiversity" 13) "LocalRenameUserJob/incubatorwiki" 14) "LocalRenameUserJob/mkwikibooks" 15) "LocalRenameUserJob/nlwiki" 16) "LocalRenameUserJob/nlwikibooks" 17) "LocalRenameUserJob/nlwikiquote" 18) "gwtoolsetUploadMediafileJob/commonswiki" 19) "gwtoolsetUploadMetadataJob/commonswiki" 20) "cirrusSearchLinksUpdate/commonswiki" 21) "globalUsageCachePurge/commonswiki" 22) "cirrusSearchLinksUpdatePrioritized/enwiki" redis 127.0.0.1:6379> hdel "jobqueue:aggregator:h-ready-queues:v2" "LocalRenameUserJob/afwikiquote" ... (integer) 16 Restarted runner on deployment-jobrunner01 and log is not filling with junk now. -- 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
