feat(llm): make max_retries and base_delay configurable via constructor #130
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
thwap/kronai!130
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/0086-configurable-retry-params"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Make
max_retriesandbase_delayconstructor parameters onLLMClient(with module-level defaults), replacing hardcoded module constant usage.Why
Enables per-client configuration and improves testability.
Testing
Closes #86
58ecf4c070efac639baeefac639baebd41ff9bd1Automated Review — PR #130
Result: APPROVED
Clean enhancement —
max_retriesandbase_delayare now constructor params with module-level defaults. Instance attributes replace hardcoded constant references in the retry loop. Closes #86.No suggestions.