Skip to content

Add configurable query retries - #13

Merged
jmarek41 merged 4 commits into
mainfrom
fix/query-network-retry
Aug 21, 2026
Merged

Add configurable query retries#13
jmarek41 merged 4 commits into
mainfrom
fix/query-network-retry

Conversation

@janpollak

Copy link
Copy Markdown
Contributor
  • Přidává opt-in GraphQLQueryRetryPolicy pro single-response query; přednastavení jednou okamžitě opakuje chyby -1005 a -1001 na stejné URLSession.
  • Retry je defaultně vypnutý a nevztahuje se na mutace, subscriptions ani incremental responses; cancellation se respektuje.
  • Síťové chyby single-response operací se nově mapují podle kontraktu na GraphQLAPIAdapterError a chování pokrývají deterministické URLProtocol testy.

Base automatically changed from feature/Introduce-async-streams-support to mainAugust 21, 2026 16:06
…to fix/query-network-retry
# Conflicts:
#	Tests/GraphQLAPIKitTests/GraphQLAPIAdapterIntegrationTests.swift
#	Tests/GraphQLAPIKitTests/GraphQLNetworkObserverTests.swift
@jmarek41
jmarek41 merged commit 9f93a7b into mainAug 21, 2026
2 checks passed
@jmarek41
jmarek41 deleted the fix/query-network-retry branch August 21, 2026 16:36
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@janpollak@jmarek41