Skip to content

Commit

Permalink
Removing possible discriminatory language (#3405)
Browse files Browse the repository at this point in the history
* Replace white-listed with allowed

* Replace white-listed with allowed

* Fix a typo
  • Loading branch information
itsmestefanjay authored Mar 5, 2024
1 parent e19539f commit 8fef478
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/apis-tools/zeebe-api/technical-error-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When backpressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-1.3/apis-tools/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When back-pressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for back-pressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during back-pressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.1/apis-tools/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -807,7 +807,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When backpressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.2/apis-tools/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -973,7 +973,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When backpressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-8.3/apis-tools/grpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -1123,7 +1123,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When backpressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ the broker is unavailable, etc.) are reported to the client using the following
- If you receive many such errors within a short time period, it indicates the broker is constantly under high load.
- It is recommended to reduce the rate of requests.
When backpressure is active, the broker may reject any request except _CompleteJob_ RPC and _FailJob_ RPC.
- These requests are white-listed for backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- These requests are allowed during backpressure and are always accepted by the broker even if it is receiving requests above its limits.
- `GRPC_STATUS_UNAVAILABLE`: If the gateway itself is in an invalid state (e.g. out of memory).
- `GRPC_STATUS_INTERNAL`: For any other internal errors that occurred between the gateway and the broker.

Expand Down

0 comments on commit 8fef478

Please sign in to comment.