Batch Runner
Try for free
No credit card required
View all Actors
Batch Runner
useful-tools/batch-runner
Try for free
No credit card required
Actor for starting several Runs from single Input. It also has capability to merge the Dataset items from the created batch.
Batch runner
Actor for managing running multiple runs based on single input. Optionally it can also merge the default Datasets from the run and Provide results in its own default Dataset.
Also allows to overcome issue of exceeding Apify Platform limits (max Memory usage) by starting new Runs only when it is possible.
Input example
1{ 2 "batch": [ 3 { 4 "runId": "UuwtsB8GJ4JpsqTdh" 5 }, 6 { 7 "actorId": "useful-tools/wait-and-finish", 8 "input": { 9 "minWaitTime": 30, 10 "dataset": { 11 "items": [ 12 { 13 "key": "value1" 14 } 15 ] 16 } 17 }, 18 "timeout": 300, 19 "build": "latest", 20 "memoryMb": 256 21 }, 22 { 23 "actorId": "useful-tools/wait-and-finish", 24 "input": { 25 "fail": "dsa" 26 } 27 }, 28 { 29 "actorId": "useful-tools/wait-and-finish", 30 "input": { 31 "dataset": { 32 "items": [ 33 { 34 "key": "value1" 35 }, 36 { 37 "key": "value2" 38 } 39 ] 40 } 41 } 42 } 43 ], 44 "mergeDatasets": true, 45 "failOnAnyRunFails": false 46}
Developer
Maintained by Community
Actor Metrics
3 monthly users
-
5 stars
>99% runs succeeded
Created in Sep 2023
Modified 2 months ago
Categories