Skip to content

Add RetryAfterHandler to respect 429 Retry-After responses#14

Merged
namedgraph merged 1 commit into
mainfrom
feat-http-retry-handler
May 19, 2026
Merged

Add RetryAfterHandler to respect 429 Retry-After responses#14
namedgraph merged 1 commit into
mainfrom
feat-http-retry-handler

Conversation

@namedgraph
Copy link
Copy Markdown
Member

Plugs into the urllib opener chain (same pattern as HTTPRedirectHandler308) so both LinkedDataClient and SPARQLClient automatically wait and retry on HTTP 429 responses, honouring integer-seconds and HTTP-date Retry-After header values. Also fixes missing urllib.parse import in SPARQLClient.

Plugs into the urllib opener chain (same pattern as HTTPRedirectHandler308)
so both LinkedDataClient and SPARQLClient automatically wait and retry on
HTTP 429 responses, honouring integer-seconds and HTTP-date Retry-After
header values. Also fixes missing urllib.parse import in SPARQLClient.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@namedgraph namedgraph merged commit 1a2aa98 into main May 19, 2026
6 checks passed
Sign up for free to 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.

1 participant