https://bugzilla.wikimedia.org/show_bug.cgi?id=50635

       Web browser: ---
            Bug ID: 50635
           Summary: SiteStats shows 0 for job queues not using MySQL
           Product: MediaWiki
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: JobQueue
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

SiteStats uses:

self::$jobs = $dbr->estimateRowCount( 'job' );

which simply shows 0 if the job queue doesn't use that table (e.g. for the
Redis queue).

Example:
https://en.wikipedia.org/w/api.php?action=query&meta=siteinfo&siprop=statistics
shows jobs="0"

-- 
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

Reply via email to