home/productivity/task-04-robust-fetch-using-the-provided-retry-helper

Task 04 — Robust fetch using the PROVIDED retry helper

GPTClaudeDeepSeek··514 copies·updated 2026-07-14
task-04-robust-fetch-using-the-provided-retry-helper.prompt
# Task 04 — Robust fetch using the PROVIDED retry helper

You are given `helpers.py` (in context). It already provides:

- `fetch_once(url)` — may raise `TransientError`
- `retry(fn, attempts=3, on=(TransientError,))` — retry wrapper
- `TransientError`

Implement `solution.py` exposing:

when to use it

Community prompt sourced from the open-source GitHub repo roronoazoroshao369/vibe-coding-os (MIT). A "Task 04 — Robust fetch using the PROVIDED retry helper" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

roronoazoroshao369/vibe-coding-os · MIT