apollographql / apollographql/federation
`make-fetch-happen` Doesn't Retry POST
Open
component/gateway runtime
- Dominant language
- TypeScript
- Stars
- 725
- Forks
- 276
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
I'm not sure if this is intended, but I figured the use of `make-fetch-happen` was to take advantage of a few things, and a major one being retries.
Since GraphQL is really only POST (unless configured for GET, though not in Federation without custom data sources), the retries really never happen.
I think a custom retry implementation can actually fix a lot of startup issues people might have.
Contributor guide
Assessment
This issue has not been assessed yet.