Concurrency limits

Pricing tierLimit
Free5 concurrent runs
Hobby25 concurrent runs
Pro100+ concurrent runs

If you need more than 100 concurrent runs on the Pro tier, you can request more by contacting us via email or Discord.

Rate limits

Generally speaking each SDK call is an API call.

LimitDetails
API1,500 requests per minute

The most common cause of hitting the API rate limit is if you’re calling trigger() on a task in a loop, instead of doing this use batchTrigger() which will trigger multiple tasks in a single API call. You can have up to 100 tasks in a single batch trigger call.

Queued tasks

The number of queued tasks by environment.

LimitDetails
DevAt most 500
StagingAt most 10 million
ProdAt most 10 million

Schedules

Pricing tierLimit
Free5 per project
Hobby100 per project
Pro1,000+ per project

When attaching schedules to tasks we strongly recommend you add them in our dashboard if they’re “static”. That way you can control them easily per environment.

If you add them dynamically using code make sure you add a deduplicationKey so you don’t add the same schedule to a task multiple times. If you don’t your task will get triggered multiple times, it will cost you more, and you will hit the limit.

If you’re creating schedules for your user you will definitely need to request more schedules from us.

Log retention

Pricing tierLimit
Free1 day
Hobby7 days
Pro30 days

Log size

We limit the size of logs to prevent oversized data potentially causing issues.

Task payloads and outputs

LimitDetails
Single trigger payloadMust not exceed 10MB
Batch trigger payloadThe total of all payloads must not exceed 10MB
Task outputsMust not exceed 10MB

Payloads and outputs that exceed 512KB will be offloaded to object storage and a presigned URL will be provided to download the data when calling runs.retrieve. You don’t need to do anything to handle this in your tasks however, as we will transparently upload/download these during operation.

Alerts

An alert destination is a single email address, Slack channel, or webhook URL that you want to send alerts to. If you’re on the Pro and need more than 100 alert destinations, you can request more by contacting us via email or Discord.

Pricing tierLimit
Free1 alert destination
Hobby3 alert destinations
Pro100+ alert destinations

Machines

The default machine is small-1x which has 0.5 vCPU and 0.5 GB of RAM. You can optionally configure a higher spec machine which will increase the cost of running the task but can also improve the performance of the task if it is CPU or memory bound.

See the machine configurations for more details.

Team members

Pricing tierLimit
Free5 team members
Hobby5 team members
Pro25+ team members