-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Summary
Add retry logic with exponential backoff for flaky API calls in adapters.
Tasks
- Create a
@retrydecorator inagentunit.core.utils. - Support configurable max_retries, base_delay, max_delay.
- Log retry attempts with backoff duration.
- Apply to built-in adapters that make external API calls.
Acceptance criteria
- Transient failures retry automatically.
- Permanent failures surface after max retries.
- Decorator is reusable for custom adapters.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed