- Status changed to Needs review
almost 2 years ago 3:17am 21 February 2023 - π¦πΊAustralia acbramley
Draft a CR https://www.drupal.org/node/3343288 β
Feel free to reword however you see fit, I'm not great at this stuff.
The last submitted patch, 27: 3198868-27-9.5.x.patch, failed testing. View results β
- Status changed to Needs work
almost 2 years ago 7:36pm 21 February 2023 - πΊπΈUnited States smustgrave
Seems to be 2 open threads if those could be answered
- Status changed to Needs review
almost 2 years ago 2:27pm 22 February 2023 - π¦πΊAustralia dpi Perth, Australia
@catch documentation feedback addressed, and switched settings to container parameters.
- Status changed to RTBC
almost 2 years ago 12:33am 23 February 2023 - πΊπΈUnited States smustgrave
All threads appear to be resolved
Change records is added
Think this is good. - Status changed to Fixed
almost 2 years ago 10:24am 23 February 2023 - π¦πΊAustralia dpi Perth, Australia
Closing out remaining task. Added optional release note.
Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
almost 2 years ago 8:24am 18 March 2023 - π³π±Netherlands megachriz
This unfortunately broke the Feeds module. Running queues using a derivative no longer works after this change.
This is how the definition of a Feeds queue can look like:
'feeds_feed_refresh:article' => array (6) [ 'title' => Drupal\Core\StringTranslation\TranslatableMarkup (5) ( protected 'string' -> string (30) "Feed refresh: @feed_type_label" protected 'arguments' -> array (1) [ '@feed_type_label' => string (7) "Article" ] protected 'translatedMarkup' -> null protected 'options' -> array (0) [] protected 'stringTranslation' -> null ) 'id' => string (18) "feeds_feed_refresh" 'cron' => array (1) [ 'time' => integer 60 ] 'deriver' => string (46) "Drupal\feeds\Plugin\Derivative\FeedQueueWorker" 'class' => string (43) "Drupal\feeds\Plugin\QueueWorker\FeedRefresh" 'provider' => string (5) "feeds" ]
Note that the key is different from the 'id'. The id is the base plugin ID and the key is the derivative plugin ID.
- π³π±Netherlands megachriz
For the issue mentioned in the comment above I created a new issue: π Running cron queues that use a derivative is broken Fixed