You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/features/jobs-api/index.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1468,8 +1468,8 @@ <h3 id="using-the-key">Using the key</h3>
1468
1468
</code></pre></div></td></tr></table></div>
1469
1469
<h2id="rate-limiting">Rate limiting</h2>
1470
1470
<p>Job submissions are rate-limited per authenticated user. The default limit is <strong>20 requests per hour</strong>. When exceeded, the API returns <code>429 Too Many Requests</code>.</p>
1471
-
<p>The rate can be configured via the <code>JOBS_THROTTLE_RATE</code> environment variable:</p>
Copy file name to clipboardExpand all lines: dev/features/jobs-api/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,10 +36,10 @@ curl -X POST https://daiv.example.com/api/jobs \
36
36
37
37
Job submissions are rate-limited per authenticated user. The default limit is **20 requests per hour**. When exceeded, the API returns `429 Too Many Requests`.
38
38
39
-
The rate can be configured via the `JOBS_THROTTLE_RATE` environment variable:
39
+
The rate can be configured via the `DAIV_JOBS_THROTTLE_RATE` environment variable:
0 commit comments