Skip to content

Commit

Permalink
Merge pull request #1979 from danskernesdigitalebibliotek/release-202…
Browse files Browse the repository at this point in the history
…5.3.2-take2

Release 2025.3.2
  • Loading branch information
kasperg authored Jan 15, 2025
2 parents bb679e1 + eb20e4f commit a787568
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions web/modules/custom/dpl_update/dpl_update.install
Original file line number Diff line number Diff line change
Expand Up @@ -367,3 +367,12 @@ function dpl_update_update_10031(): string {
function dpl_update_update_10032(): string {
return _dpl_update_install_modules(['purge_queues']);
}

/**
* Use alternate database backend for purge queue.
*/
function dpl_update_update_10033(): string {
// @see https://git.drupalcode.org/project/purge_queues/-/blob/2.0.x/src/Plugin/Purge/Queue/AltDatabaseQueue.php?ref_type=heads#L12
\Drupal::configFactory()->getEditable('purge.plugins')->set('queue', 'database_alt')->save();
return 'Configured purge queue to use database_alt.';
}

0 comments on commit a787568

Please sign in to comment.