Batch Runner avatar
Batch Runner
Try for free

No credit card required

View all Actors
Batch Runner

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
  • 1 monthly user
  • 3 stars
  • 100.0% runs succeeded
  • 2.1 hours response time
  • Created in Sep 2023
  • Modified 3 months ago