Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,7 @@
"tutorials/partner-nodes/overview",
"tutorials/partner-nodes/faq",
"tutorials/partner-nodes/pricing",
"tutorials/partner-nodes/concurrency-limits",
{
"group": "Black Forest Labs",
"pages": [
Expand Down Expand Up @@ -2522,6 +2523,7 @@
"zh/tutorials/partner-nodes/overview",
"zh/tutorials/partner-nodes/faq",
"zh/tutorials/partner-nodes/pricing",
"zh/tutorials/partner-nodes/concurrency-limits",
{
"group": "Black Forest Labs",
"pages": [
Expand Down Expand Up @@ -4708,6 +4710,7 @@
"ja/tutorials/partner-nodes/overview",
"ja/tutorials/partner-nodes/faq",
"ja/tutorials/partner-nodes/pricing",
"ja/tutorials/partner-nodes/concurrency-limits",
{
"group": "Black Forest Labs",
"pages": [
Expand Down
24 changes: 24 additions & 0 deletions ja/tutorials/partner-nodes/concurrency-limits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
title: "同時実行制限"
description: "同時実行制限がアカウント上のパートナーノード同時リクエストをどのように制御するかを説明します。"
sidebarTitle: "同時実行制限"
translationFrom: tutorials/partner-nodes/concurrency-limits.mdx
---

同時実行制限は、アカウントが同時に処理できるリクエスト数を制御します。上限を超えたリクエストは `429` エラーコードで拒否されます。同時実行の上限はクレジット購入履歴に基づいて決まり、呼び出すすべてのエンドポイントにわたってプラットフォーム全体で適用されます。

## 仕組み

リクエストを送信すると、プラットフォームは同時実行制限に対してカウントします。上限を超えると、処理中のリクエストが完了するまで、追加のリクエストは `429` エラーで拒否されます。

## デフォルトの制限

新規アカウントは **同時 5 リクエスト** の制限から始まります。クレジットを購入すると、過去 4 週間の有料請求書の合計金額に基づいて、プラットフォームが自動的に上限を引き上げます。セルフサービスの上限は最大 **同時 40 リクエスト** までスケールします。

## 上限の引き上げ

同時実行を 40 以上にする場合は、サポートチームまでお問い合わせください。

<Card title="サポート" icon="life-ring" href="https://support.comfy.org/">
同時実行上限の引き上げについてサポートを受けられます
</Card>
23 changes: 23 additions & 0 deletions tutorials/partner-nodes/concurrency-limits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "Concurrency Limits"
description: "Understand how concurrency limits control simultaneous Partner Node requests on your account."
sidebarTitle: "Concurrency Limits"
---

Concurrency limits control how many requests your account can process at the same time. Requests beyond your limit are rejected with a `429` error code. Your concurrency limit is determined by your credit purchase history, and applies at the platform level across all endpoints you call.

## How it works

When you submit a request, the platform tracks it against your concurrency limit. If you exceed the limit, additional requests are rejected with a `429` error until in-flight requests complete.

## Default limits

Every new account starts with a concurrency limit of **5 concurrent requests**. As you purchase credits, the platform automatically increases your limit based on the total amount of paid invoices from the last four weeks. Self-serve limits scale up to **40 concurrent requests**.

## Increasing your limit

For concurrency above 40, contact our support team.

<Card title="Support" icon="life-ring" href="https://support.comfy.org/">
Get help raising your concurrency limit
</Card>
23 changes: 23 additions & 0 deletions zh/tutorials/partner-nodes/concurrency-limits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
title: "并发限制"
description: "了解并发限制如何控制您账户上同时进行的 Partner Node 请求数量。"
sidebarTitle: "并发限制"
---

并发限制控制您的账户在同一时间可以处理的请求数量。超出限制的请求会以 `429` 错误码被拒绝。您的并发上限由积分购买历史决定,并在您调用的所有端点的平台层面生效。

## 工作原理

当您提交请求时,平台会将其计入您的并发限制。若超出限制,额外请求会以 `429` 错误被拒绝,直至进行中的请求完成。

## 默认限制

每个新账户的并发上限为 **5 个并发请求**。随着您购买积分,平台会根据过去四周已付发票总额自动提高上限。自助服务上限最高可提升至 **40 个并发请求**。

## 提高上限

如需 40 以上的并发,请联系我们的支持团队。

<Card title="支持" icon="life-ring" href="https://support.comfy.org/">
获取提高并发上限方面的帮助
</Card>
Loading