- Issue created by @koppie
The scanner module currently uses "batch" functionality to break up large operations into smaller parts. This helps with both resource usage on the server, and also timeout issues.
The problem: The module currently creates batches based on fields, not entities (eg. paragraphs or nodes). This means that if there are 300 nodes that all need the same field changed, your site will try to convert all 300 nodes at once, and not actually use the batch function.
Introduce a batch process for each paragraph or node. See patch.
The existing patch only handles paragraphs; need a second patch to support nodes as well.
None.
None.
None.
Active
1.0
Code