Justin Ross
Justin Ross
E.g. if you pass `requestOptions: { memoize: false }` at instantiation and then do `instance.get(, { memoize: true })`, the more specific setting is not honored, and the request is...
This line makes it appear `maxTtlIfError` is whatever value is provided in seconds for `maxTtlIfError` https://github.com/StarpTech/apollo-datasource-http/blob/5f0036f6510790e42c5ecf36900367bb6400514f/README.md?plain=1#L113 This line makes it appear as though `maxTtlIfError` actually ends up being `maxTtl +...
If loading Heap separately from Segment, when identifying with Heap (`window.heap.identify`), the page crashes with error: `TypeError: window.heap.push is not a function.` While there's the obvious option of deferring all...
## Bug Description Pool distributes load unevenly across connections, prioritizing them by creation time. See [here](https://github.com/nodejs/undici/blob/e6e87c13dbf8788fe158fd60631cee78eb84f198/lib/dispatcher/pool.js#L75-L87). Where your connections are load-balanced across instances (pods/containers), this results in overuse of some...