Skip to content

fix: increase Dial retry timeout from 10s to 30s#541

Open
ambient-code[bot] wants to merge 1 commit intomainfrom
fix/538-increase-dial-retry-timeout
Open

fix: increase Dial retry timeout from 10s to 30s#541
ambient-code[bot] wants to merge 1 commit intomainfrom
fix/538-increase-dial-retry-timeout

Conversation

@ambient-code
Copy link
Copy Markdown
Contributor

@ambient-code ambient-code bot commented Apr 10, 2026

Summary

  • Increases maxTotalWait in the server-side Dial retry loop from 10s to 30s to accommodate exporters that stay in Available status for ~20s after lease assignment

Fixes #538

Test plan

  • Verify E2E tests pass without Dial rejection due to transient Available status
  • Confirm the retry loop correctly waits up to 30s before giving up

🤖 Generated with Claude Code

The exporter can stay in Available status for ~20s after lease
assignment, exceeding the previous 10s server-side retry window
and causing E2E test failures. Increase maxTotalWait to 30s.

Fixes #538

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@netlify
Copy link
Copy Markdown

netlify bot commented Apr 10, 2026

Deploy Preview for jumpstarter-docs failed. Why did it fail? →

Name Link
🔨 Latest commit 498bc12
🔍 Latest deploy log https://app.netlify.com/projects/jumpstarter-docs/deploys/69d938b61d38fc00091a8809

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.

E2E test failure: Dial rejected with Available status despite server-side retry fix

0 participants