Rate Limit
Connection Limit
| Behavior | Upper Limit |
|---|---|
| Connection | 10 |
When the connection exceeds the limit, you will receive the following message during login:
Result {
is_success: False,
message: Login Error, 超過本 應用程式連線限制==>[10]
data: None
}
| Behavior | Upper Limit per Second |
|---|---|
| Order | 50 |
| Batch Order | 10 |
| Query Accounting | 5 |
When the limit for the number of times is exceeded, you will receive the following message:
Result {
is_success: False,
message: Login Error, 業務系統流量控管
data: None
}