Workers SDK Issue Reports

← Back to Dashboard

#6913 wrangler retries doesn't help with flakiness

Recommendation:KEEP OPEN
Difficulty:n/a
Reasoning:

PR #7122 abandoned; internal API issues; labeled internal

Suggested Action:

Follow up on retry implementation or PR #7122

Analysis Report

Issue Review: cloudflare/workers-sdk#6913

Summary

Wrangler retry mechanism doesn't cover all failing endpoints, leading to continued flakiness in CI deployments.

Findings

  • Created: 2024-10-07
  • Updated: 2025-10-30
  • Version: wrangler 3.79.0 → 4.61.0
  • Component: wrangler (deploy)
  • Labels: bug, internal, api
  • Comments: 6

Key Evidence

  • Retries added in v3.79.0 (PR #6801) but don't cover /deployments endpoint
  • Error: workers.api.error.unknown [code: 10013]
  • PR #7122 was opened to add more retries but was abandoned
  • Internal API issues being addressed by backend team
  • Recent comment (Sep 2025) reports continued flakiness and abandoned PR

Recommendation

Status: KEEP OPEN

Reasoning: This is tracked as an internal issue requiring API-side fixes. PR #7122 was opened but abandoned. The issue remains valid as users continue to experience flaky deployments in CI.

Action: Follow up on PR #7122 or implement new retry logic for deploy endpoints. Track internal API stability improvements.

Suggested Comment

N/A - Issue has internal tracking and is labeled appropriately.

Notes & Feedback (0)

No notes yet.

Add Note