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 | +----------------+---------------------+
Likely related to: T192085