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: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -347,6 +347,10 @@ Http::fake([
347
347
$item = Item::query()->first();
348
348
```
349
349
350
+
## Availability
351
+
352
+
This client can prevent requests from going to Dynamics when it is giving HTTP status codes 503, 504 or timeouts. This can be configured per connection in the `availability` settings. Enable the `throw` option to prevent any requests from going to Dynamics.
353
+
350
354
## Contributing
351
355
352
356
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
0 commit comments