Changed
NOTICE
DKAN requires a patch to Drupal core to fix a small bug in the cron system that affects queue jobs. The patch for Drupal 9.2 no longer applies for 9.3. Sites that want to move to Drupal 9.3.x will need to manually update their composer.json files to change the version of Drupal and update the core patch:
"patches": {
"drupal/core": {
"3230541: Fix queue items not being leased by cron for proper time segments": "https://www.drupal.org/files/issues/2022-02-16/3230541-11.diff"
}
},
The DKAN composer project template has been updated accordingly.