Apify Run Queue avatar
Apify Run Queue

Pricing

Pay per usage

Go to Store
Apify Run Queue

Apify Run Queue

Developed by

Lexis Solutions

Maintained by Community

Apify utility to queue runs until memory is available. Workaround to memory exceeded errors on Apify. This actor will retry starting actor starts with a delay. Open source and free!

5.0 (3)

Pricing

Pay per usage

7

Monthly users

5

Last modified

3 days ago

You can access the Apify Run Queue programmatically from your own applications by using the Apify API. You can also choose the language preference from below. To use the Apify API, you’ll need an Apify account and your API token, found in Integrations settings in Apify Console.

1echo '{
2  "actorCalls": [
3    {
4      "actorId": "apify/website-content-crawler",
5      "input": {
6        "startUrls": [
7          {
8            "url": "https://www.apify.com"
9          }
10        ]
11      }
12    }
13  ]
14}' |
15apify call lexis-solutions/apify-run-queue --silent --output-dataset

Apify Run Queue API through CLI

The Apify CLI is the official tool that allows you to use Apify Run Queue locally, providing convenience functions and automatic retries on errors.

Install the Apify CLI

1npm i -g apify-cli
2apify login

Other API clients include:

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.