Skip to content

Avoid retrying object_exists 404 responses#458

Merged
durch merged 1 commit into
masterfrom
fix/issue-444-object-exists-404
May 4, 2026
Merged

Avoid retrying object_exists 404 responses#458
durch merged 1 commit into
masterfrom
fix/issue-444-object-exists-404

Avoid retrying object_exists 404 responses

4b6cc05
Select commit
Loading
Failed to load commit list.
Brownian Motion v0 / Brownian Motion succeeded May 4, 2026 in 0s

PR effectively addresses unnecessary retries for 404 responses in object_exists.

Risk: Medium · Confidence: 80%

Details

Brownian Motion (Brass)

Recommendation: Proceed

Summary: PR effectively addresses unnecessary retries for 404 responses in object_exists.
Risk: Medium · Confidence: 80%

Highlights

  • Good test coverage
  • Clear commit history

Unknowns

  • No performance impact assessment provided

Next actions

  • Keep: the new response_status method for clarity.
  • Drop: any redundant logging related to retries.
  • Add: tests for async-std and sync backends to ensure full coverage.

Reflection questions

  • What core assumption underpins this PR's approach?
  • How does this change align with the project's longer-term goals?
  • Could there be a simpler way to achieve the primary objective here?