Batch Runner avatar
Batch Runner

Pricing

Pay per usage

Go to Store
Batch Runner

Batch Runner

Developed by

Useful tools

Useful tools

Maintained by Community

Actor for starting several Runs from single Input. It also has capability to merge the Dataset items from the created batch.

5.0 (1)

Pricing

Pay per usage

6

Total users

22

Monthly users

7

Runs succeeded

>99%

Last modified

14 days ago

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

{
"batch": [
{
"runId": "UuwtsB8GJ4JpsqTdh"
},
{
"actorId": "useful-tools/wait-and-finish",
"input": {
"minWaitTime": 30,
"dataset": {
"items": [
{
"key": "value1"
}
]
}
},
"timeout": 300,
"build": "latest",
"memoryMb": 256
},
{
"actorId": "useful-tools/wait-and-finish",
"input": {
"fail": "dsa"
}
},
{
"actorId": "useful-tools/wait-and-finish",
"input": {
"dataset": {
"items": [
{
"key": "value1"
},
{
"key": "value2"
}
]
}
}
}
],
"mergeDatasets": true,
"failOnAnyRunFails": false
}