https://bugzilla.wikimedia.org/show_bug.cgi?id=65852
Kunal Mehta (Legoktm) <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Kunal Mehta (Legoktm) <[email protected]> --- Are we being hit by github's ratelimiting? (I don't know if we have a special exemption or anything...) Via eval.php: > $httpOptions = array( 'followRedirects' => false ); > $httpOptions['proxy'] = $wgExtDistProxy; > $req = MWHttpRequest::factory("https://api.github.com/rate_limit", > $httpOptions); > var_dump($req->getContent()); string(177) "{"resources":{"core":{"limit":60,"remaining":0,"reset":1405398906},"search":{"limit":10,"remaining":10,"reset":1405396979}},"rate":{"limit":60,"remaining":0,"reset":1405398906}}" -- 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
