Quotas and limits

Review the resource limits for your monday code instances

monday code limits are designed to maintain system stability while ensuring fair resource allocation for all users. These limits help you manage your app's resource consumption, contributing to optimal performance across the platform.

CategoryLimit/specification
CPU allocation1 virtual CPU
Memory allocation512 MiB RAM
Concurrent requestsUp to 80 concurrent requests
Request timeout300 seconds
Scaling limitMaximum of 10 instances
Storage API concurrency limit1,000 requests per minute (per JWT token)
Secrets API concurrency limit30 requests per second
Running instance limitSee the section below*

Calculating the running instance limit*

The running instance limit restricts the number of minutes each app can run in a given day. It is dynamic and varies based on the following factors:

  • The type of app (e.g., private, public, marketplace)
  • The number of seats the app is installed on across all accounts

🚧

Running instance limits are in gradual release

We are still fine-tuning these limits and will begin enforcing them in Q2 2025.

Marketplace apps

All monday code apps listed in the marketplace are subject to the following limits:

SeatsMinutes
First 1001,200 minutes total
101 and above12 minutes per seat

Example: If a marketplace app is installed on 50 accounts, each with 500 seats (totaling 25,000 seats), the first 100 seats would allocate 1,200 minutes. The remaining 24,900 would each add 12 minutes, totaling 298,800 minutes. The app’s total running instance limit for the day would be 300,000 minutes.

1,200 (first 100 seats) + 298,800 (24,900 * 12) = 300,000 minutes per day

Public apps

All monday code public apps (not listed in the marketplace) are subject to the following limits:

SeatsMinutes
First 100600 minutes total
101 and above6 minutes per seat

Example: If a public app is installed on 500 seats, the first 100 seats would allocate 600 minutes. The remaining 400 would each add 6 minutes, totaling 2,400 minutes. The app’s total running instance limit for the day would be 3,000 minutes.

600 (first 100 seats) + 2,400 (400 * 6) = 3,000 minutes per day

Private apps

All monday code private apps are subject to the following limits:

SeatsMinutes
First 100450 minutes total
101 and above4.5 minutes per seat

Example: If a private app has 125 seats, the first 100 seats would allocate 450 minutes. The remaining 25 seats would each add 4.5 minutes, totaling 112.50 minutes. The app’s total running instance limit for the day would be 562.50 minutes.

450 (first 100 seats) + 112.50 (25 * 4.5) = 562.50 minutes per day