eranroz created this task.
eranroz added projects: Wikidata, MediaWiki-extensions-WikibaseClient, MediaWiki-Recent-changes.
Herald added a subscriber: Aklapper.

TASK DESCRIPTION

On hewik/cawiki (and probably many others) Wikidata doesn't update recentchanges, as it appears in the DB query below:

use hewiki_p;
select rc_timestamp, now() from recentchanges where rc_source='wb' order by rc_timestamp desc limit 5;
+----------------+---------------------+
| rc_timestamp   | now()               |
+----------------+---------------------+
| 20180412143955 | 2018-04-14 05:01:39 |
| 20180412143842 | 2018-04-14 05:01:39 |
| 20180412143811 | 2018-04-14 05:01:39 |
| 20180412143802 | 2018-04-14 05:01:39 |
| 20180412143756 | 2018-04-14 05:01:39 |
+----------------+---------------------+

(May be related to T184791?)


TASK DETAIL
https://phabricator.wikimedia.org/T192198

EMAIL PREFERENCES
https://phabricator.wikimedia.org/settings/panel/emailpreferences/

To: eranroz
Cc: Aklapper, Ladsgroup, eranroz, Lahi, Gq86, GoranSMilovanovic, QZanden, LawExplorer, Wikidata-bugs, aude, Mbch331
_______________________________________________
Wikidata-bugs mailing list
Wikidata-bugs@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs

Reply via email to