We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb6229f commit afe3291Copy full SHA for afe3291
README.md
@@ -516,7 +516,8 @@ const { result } = await fgaClient.batchCheck({
516
```
517
518
If you are using an OpenFGA version less than 1.8.0, you can use the `clientBatchCheck` function,
519
-which calls `check` in parallel.
+which calls `check` in parallel. It will return `allowed: false` if it encounters an error, and will return the error in the body.
520
+If 429s or 5xxs are encountered, the underlying check will retry up to 3 times before giving up.
521
522
```javascript
523
const { responses } = await fgaClient.clientBatchCheck([{
0 commit comments