pyvider
2025-09-25
Renamed retry_on_error to retry following foundation API simplification
2 files · 4+ · 4-
Retry decorator renamed and moved to top-level import
2 files changed
discovery.pyChanged from provide.foundation.errors import retry_on_error to from provide.foundation import retryFUTURE_PHASES.mdMinor corrections
- Changed from provide.foundation.errors import retry_on_error, resilient to from provide.foundation import retry, resilient in hub/discovery.py
interface
internal
1 file
discovery.py
- Updated @retry_on_error(max_attempts=2, base_delay=1.0) to @retry(max_attempts=2, base_delay=1.0)
interface
internal
1 file
discovery.py
- Minor corrections in FUTURE_PHASES.md
specify
internal
1 file
FUTURE_PHASES.md