Skip to content

Release: develop -> main - #126

Merged
Danswar merged 1 commit into
mainfrom
develop
Jul 25, 2026
Merged

Release: develop -> main#126
Danswar merged 1 commit into
mainfrom
develop

Conversation

@github-actions

Copy link
Copy Markdown

Automatic Release PR

This PR was automatically created after changes were pushed to develop.

Commits: 1 new commit(s)

Checklist

  • Review all changes
  • Verify CI passes
  • Approve and merge when ready for production

The GetPositionsV2 sync job occasionally sees a "Premature close" from
the indexer, consistent with a stale keep-alive socket being reused
right as it's closed server-side. The existing fallback path only
retries when the fallback URL differs from the primary, and in this
deployment they're intentionally the same host, so every occurrence
went straight to the logs with nothing more attempted.

Adds a RetryLink ahead of the HTTP link so transport-level failures
get a few short, jittered retries before reaching the error/fallback
handling, independent of how primary/fallback are configured.
GraphQL-level errors are unaffected.
@Danswar
Danswar requested review from Danswar and TaprootFreak July 25, 2026 17:58
@Danswar
Danswar merged commit 21eacbf into main Jul 25, 2026
3 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