CoreTagsQueuer misses invalidations emitted during "drush php"

Created on 1 October 2016, over 8 years ago
Updated 26 September 2023, over 1 year ago

drush eval '\Drupal\node\Entity\Node::load(1)->save();' properly queues invalidations of 'node:1' and 'node_list'.
However, running the same code in drush php (REPL shell) queue nothing :

$ drush php
Psy Shell v0.7.2 (PHP 7.0.6 β€” cli) by Justin Hileman
>>> \Drupal\node\Entity\Node::load(1)->save();
=> 2
>>> quit
$ drush p-queue-browse
$
πŸ› Bug report
Status

Closed: outdated

Component

Code

Created by

πŸ‡«πŸ‡·France yched

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024