Skip to content

Commit 1e7451a

Browse files
authored
Merge pull request LambdaTest#1567 from amanchopra1905/stage
daily usage limit - hyperexecute
2 parents 67840d7 + c07f0a5 commit 1e7451a

File tree

2 files changed

+165
-0
lines changed

2 files changed

+165
-0
lines changed
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
---
2+
id: hyperexecute-daily-usage-limit
3+
title: Daily Usage Limit Per Organization | HyperExecute
4+
hide_title: false
5+
sidebar_label: Daily Usage Limit Per Organization
6+
description: To avoid over-exploitation of LambdaTest and promote best practices, we have added a capacity constraint on the total test time that can be used by an organization in a day.
7+
keywords:
8+
- over-exploitation
9+
- lambdatest best practices
10+
- automation testing
11+
- concurrency
12+
- parallel sessions
13+
- automation
14+
image: /assets/images/og-images/default-user-image.png
15+
url: https://www.lambdatest.com/support/docs/hyperexecute-daily-usage-limit/
16+
site_name: LambdaTest
17+
slug: hyperexecute-daily-usage-limit/
18+
---
19+
20+
<script type="application/ld+json"
21+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
22+
"@context": "https://schema.org",
23+
"@type": "BreadcrumbList",
24+
"itemListElement": [{
25+
"@type": "ListItem",
26+
"position": 1,
27+
"name": "Home",
28+
"item": "https://www.lambdatest.com"
29+
},{
30+
"@type": "ListItem",
31+
"position": 2,
32+
"name": "Support",
33+
"item": "https://www.lambdatest.com/support/docs/"
34+
},{
35+
"@type": "ListItem",
36+
"position": 3,
37+
"name": "Daily Usage Limit",
38+
"item": "https://www.lambdatest.com/support/docs/daily-usage-limit/"
39+
}]
40+
})
41+
}}
42+
></script>
43+
To ensure fair usage, maintain system stability, and promote optimal test practices across all our users, LambdaTest enforces a daily usage limit on test execution time at the organization level. Each organization is allocated a maximum allowable test duration per day, calculated based on the number of concurrent (parallel) sessions provisioned to the account. This safeguard helps prevent overutilization and ensures equitable access to resources across the platform.
44+
45+
## Why This Matters
46+
Running long-duration test sessions—especially those exceeding 120 minutes—can cause memory and CPU spikes that impact system performance and reliability. To prevent such disruptions and improve the efficiency of test execution, we encourage users to:
47+
48+
- Split long-running tests into smaller, modular suites.
49+
- Implement test retries, timeouts, and teardown routines to handle edge cases and resource leaks.
50+
- Use parallelization effectively to optimize test execution time without extending the runtime of individual sessions.
51+
52+
By adhering to these guidelines, your team not only aligns with industry best practices but also ensures smoother and more reliable test runs on LambdaTest infrastructure.
53+
54+
## Daily Test Time Limits by Parallel Sessions
55+
The daily usage cap scales linearly based on the number of parallel sessions available to your organization. Below is a reference table:
56+
57+
| PARALLEL SESSIONS | COMPLETED RUN TIME (HRS) |
58+
| ---------- | ----------------- |
59+
| 1 | 6 |
60+
| 2 | 12 |
61+
| 3 | 18 |
62+
| 4 | 24 |
63+
| 5 | 30 |
64+
| 6 | 36 |
65+
| 7 | 42 |
66+
| 8 | 48 |
67+
| 9 | 54 |
68+
| 10 | 60 |
69+
| 11 | 66 |
70+
| 12 | 72 |
71+
| 13 | 78 |
72+
| 14 | 84 |
73+
| 15 | 90 |
74+
| 16 | 96 |
75+
| 17 | 102 |
76+
| 18 | 108 |
77+
| 19 | 114 |
78+
| 20 | 120 |
79+
| 21 | 126 |
80+
| 22 | 132 |
81+
| 23 | 138 |
82+
| 24 | 144 |
83+
| 25 | 150 |
84+
| 26 | 156 |
85+
| 27 | 162 |
86+
| 28 | 168 |
87+
| 29 | 174 |
88+
| 30 | 180 |
89+
| 31 | 186 |
90+
| 32 | 192 |
91+
| 33 | 198 |
92+
| 34 | 204 |
93+
| 35 | 210 |
94+
| 36 | 216 |
95+
| 37 | 222 |
96+
| 38 | 228 |
97+
| 39 | 234 |
98+
| 40 | 240 |
99+
| 41 | 246 |
100+
| 42 | 252 |
101+
| 43 | 258 |
102+
| 44 | 264 |
103+
| 45 | 270 |
104+
| 46 | 276 |
105+
| 47 | 282 |
106+
| 48 | 288 |
107+
| 49 | 294 |
108+
| 50 | 300 |
109+
| 51 | 306 |
110+
| 52 | 312 |
111+
| 53 | 318 |
112+
| 54 | 324 |
113+
| 55 | 330 |
114+
| 56 | 336 |
115+
| 57 | 342 |
116+
| 58 | 348 |
117+
| 59 | 354 |
118+
| 60 | 360 |
119+
| 61 | 366 |
120+
| 62 | 372 |
121+
| 63 | 378 |
122+
| 64 | 384 |
123+
| 65 | 390 |
124+
| 66 | 396 |
125+
| 67 | 402 |
126+
| 68 | 408 |
127+
| 69 | 414 |
128+
| 70 | 420 |
129+
| 71 | 426 |
130+
| 72 | 432 |
131+
| 73 | 438 |
132+
| 74 | 444 |
133+
| 75 | 450 |
134+
| 76 | 456 |
135+
| 77 | 462 |
136+
| 78 | 468 |
137+
| 79 | 474 |
138+
| 80 | 480 |
139+
| 81 | 486 |
140+
| 82 | 492 |
141+
| 83 | 498 |
142+
| 84 | 504 |
143+
| 85 | 510 |
144+
| 86 | 516 |
145+
| 87 | 522 |
146+
| 88 | 528 |
147+
| 89 | 534 |
148+
| 90 | 540 |
149+
| 91 | 546 |
150+
| 92 | 552 |
151+
| 93 | 558 |
152+
| 94 | 564 |
153+
| 95 | 570 |
154+
| 96 | 576 |
155+
| 97 | 582 |
156+
| 98 | 588 |
157+
| 99 | 594 |
158+
| 100 | 600 |
159+
160+
> **Note :** If your test executions consistently exceed the recommended runtime or you face test instability, please consider reviewing your test strategy or reaching out to our support team for optimization guidance.

sidebars.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -822,6 +822,11 @@ module.exports = {
822822
label: "Enterprise FAQs",
823823
id: "he-enterprise-faqs",
824824
},
825+
{
826+
type: "doc",
827+
label: "Daily Usage Limit",
828+
id: "hyperexecute-daily-usage-limit"
829+
}
825830
],
826831
},
827832
{

0 commit comments

Comments
 (0)