- Issue created by @wells
- π«π·France prudloff Lille
It looks like it was removed in π¬ Drush 12 compatibility Needs review .
Somewhere between version 2.0.10 and 2.0.12 the --run-queue
seems to have stopped working.
Configure warming
Execute drush warmer:enqueue --run-queue
Execute drush queue:list
(observe `warmer` queue has items)
Running drush queue:run warmer
manually works around the issue.
> drush warmer:enqueue cdn,entity --run-queue
[success] 1989 items enqueued for cache warming.
[success] Warming caches in 41 batches from the "warmer" queue.
Connection to closed.
> drush queue:list
------------------------------------------ ------- ---------------------------------
Queue Items Class
------------------------------------------ ------- ---------------------------------
warmer 41 Drupal\Core\Queue\DatabaseQueue
------------------------------------------ ------- ---------------------------------
Connection to closed.
>
Active
2.0
Code
It looks like it was removed in π¬ Drush 12 compatibility Needs review .