querying for all entities to build the batch won't scale

Created on 12 March 2024, 10 months ago

Problem/Motivation

MetaTagDownloadForm does a query of all entities and then adds a batch operation for each entity.

This won't scale if there are LOTS of entities, because the array of IDs will get too big.

Instead, the form should add just one instance of the batch operation, and the callback should use a RANGE query and keep running itself multiple times until it's done all entities.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

🐛 Bug report
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom joachim

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024