Purge queue items are never deleted on Drush 12

Created on 26 June 2023, almost 2 years ago
Updated 5 July 2023, almost 2 years ago

Problem/Motivation

After upgrading to Drush 12 we started getting huge spikes in invalidations (150k+ a day) with no indication from Drupal of this many invalidations being processed.

It turns out that on Drush 12 QueueService::destruct is never called, meaning all invalidations are left in the queue. Once the expiration time (5 minutes in my case) lapses, the same invalidations are processed. Over and over again.

Steps to reproduce

  1. Upgrade to Drush 12
  2. Invalidate some content
  3. Run drush p:queue-work
  4. Run the SQL query select item_id,data,from_unixtime(expire) from purge_queue;
  5. Notice items are in the queue
  6. Wait 5 minutes
  7. Run command from 3 again
  8. Repeat.

Proposed resolution

I know this is a Drush issue (probably) but wanted to raise this here in case it bites other people.

Perhaps we should conflict on Drush 12 for the time being?

πŸ› Bug report
Status

Closed: works as designed

Version

3.0

Component

Code

Created by

πŸ‡¦πŸ‡ΊAustralia acbramley

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

Comments & Activities

Production build 0.71.5 2024