- 🇺🇸United States mile23 Seattle, WA
This looks like a duplicate of ✨ Split \Drupal\Core\Cron::processQueues into its own class Closed: duplicate which has work.
Today, both Drupal and Drush maintain their own queue runner implementations. This doubles the effort to fix bugs or add features to the queue runner, and complicates contrib modules that may want to leverage new queue features (since there may be a delay between Drupal core and Drush being updated).
Let's pull \Drupal\Core\Cron::processQueues() out into its own class or service so it can be shared.
Closed: duplicate
10.1 ✨
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
This looks like a duplicate of ✨ Split \Drupal\Core\Cron::processQueues into its own class Closed: duplicate which has work.