Concurrency limits
These are the default limits on a free account.Limit | Details |
---|---|
Organization | 10 concurrent runs |
Environment | 5 concurrent runs |
How to increase these limits?
How to increase these limits?
These are soft-limits and can be increased. Before we introduce paid plans in July you can request
more on Discord or by contacting us.
If you increase these defaults you may have to subscribe to a paid plan when we introduce them.
For more details on the v3 Cloud pricing see the pricing
details.
Rate limits
Limit | Details |
---|---|
API | 1,500 requests per minute |
Schedules
Limit | Details |
---|---|
Schedules | 5 per project |
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.
How to increase these limits?
How to increase these limits?
These are soft-limits and can be increased. Before we introduce paid plans in July you can request
more on Discord or by contacting us.
If you increase these defaults you may have to subscribe to a paid plan when we introduce them.
For more details on the v3 Cloud pricing see the pricing
details.
Task payloads and outputs
Limit | Details |
---|---|
Single trigger payload | Must not exceed 10MB |
Batch trigger payload | The total of all payloads must not exceed 10MB |
Task outputs | Must not exceed 10MB |
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.
Machines
The default machine issmall-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.