Execute script in parallel or serial #2612
Labels
bounty:$20
Bounty applies for fixing this issue (Parse Bounty Program)
type:feature
New feature or improvement of existing feature
New Feature / Enhancement Checklist
Current Limitation
#2508 added the script execution feature for selected rows. When selecting multiple objects, the objects are processed in serial. In some cases (depending on the script), the script for each object should be executed in parallel to speed up the processing time.
Feature / Enhancement Description
Add an optional option to the script that sets a batch size, which means multiple selected objects will be executed in parallel in batches.
Example Use Case
When selecting 200 objects that means 10 batches will run in serial, while in each batch 20 objects will be processed in parallel.
Alternatives
The batch size processing should ideally happen server side as it's more versatile. That would require to send over the list of selected objects instead of sending a single object to the script.
The text was updated successfully, but these errors were encountered: