Skip to content

Commit d862016

Browse files
psardanadanyi1212
andauthored
feat(fetcher): add configurable timeout for httpx fetcher (#782)
* feat(fetcher): add configurable timeout for httpx fetcher * feat(documentation): add HTTP fetcher provider client and timeout configuration * feat(fetcher): rename HTTPX_FETCHER_TIMEOUT to HTTP_FETCHER_TIMEOUT and update description * fix(fetcher): format ClientSession initialization for better readability * fix(fetcher): update ClientSession timeout initialization to use ClientTimeout * fix(fetcher): improve readability of ClientSession initialization in HttpFetchProvider * fix(fetcher): add missing comma in ClientSession initialization * Fix docs lock file --------- Co-authored-by: Dan Yishai <[email protected]>
1 parent a80cffd commit d862016

File tree

5 files changed

+6084
-3512
lines changed

5 files changed

+6084
-3512
lines changed

documentation/docs/getting-started/configuration.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Please use this table as a reference.
4242
| AUTH_JWT_AUDIENCE | | |
4343
| AUTH_JWT_ISSUER | | |
4444
| DD_TRACE_ENABLED | DataDog environment variable to globally enable/disable APM tracing. Set to `false` to disable tracing when using ddtrace v3.0.0+. | false |
45+
| HTTP_FETCHER_PROVIDER_CLIENT | The client to use for fetching data, can be either aiohttp or httpx. | |
46+
| HTTP_FETCHER_TIMEOUT | The timeout for the data fetcher, in seconds. | |
4547

4648
## OPAL Server Configuration Variables
4749

0 commit comments

Comments
 (0)