https://bugzilla.wikimedia.org/show_bug.cgi?id=58099
--- Comment #6 from Aude <[email protected]> --- the cache was not properly invalidating for TermPropertyLabelResolver doing this on one of the clients forced recache and resolved the issue for the clients $store = \Wikibase\Client\WikibaseClient::getDefaultInstance()->getStore(); $labelResolver = $store->getPropertyLabelResolver(); $id = $labelResolver->getPropertyIdsForLabels( array( 'signature' ), 'recache' ); we need to ensure this cache is using a cache key that changes with each deployment. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
