inc/rest/routes/UploadRoutes.php
@@ -75,7 +75,9 @@ // Process upload groups into posts $registry->register('process_upload_groups', new TypeConfig( executor: $executor executor: $executor, chunkKey: 'posts', chunkSize: 5 )); } @@ -1137,7 +1139,8 @@ [ 'operation_id' => $args['id'], 'depends_on' => [$args['upload']], 'priority' => 'high' 'priority' => 'high', 'chunk_key' => 'posts' ] );