Batch Runner avatar
Batch Runner

Pricing

Pay per usage

Go to Store
Batch Runner

Batch Runner

useful-tools/batch-runner

Developed by

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.

0.0 (0)

Pricing

Pay per usage

5

Monthly users

6

Runs succeeded

98%

Last modified

4 months 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

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}

Pricing

Pricing model

Pay per usage

This Actor is paid per platform usage. The Actor is free to use, and you only pay for the Apify platform usage.