Circuit breaker changes using pybreaker#705
Merged
Merged
Circuit breaker changes using pybreaker#705
Commits
Commits on Oct 29, 2025
Added driver connection params
Show description for 37ec282committedAdded model fields for chunk/result latency
Show description for 2504053committedfixed linting issues
Show description for ef41f4ccommittedlint issue fixing
Show description for 2f54be8committed
Commits on Nov 5, 2025
circuit breaker changes using pybreaker
Show description for db93974committedAdded interface layer top of http client to use circuit rbeaker
Show description for 1f9c4d3committedAdded test cases to validate ciruit breaker
Show description for 939b548committedfixing broken tests
Show description for 6c72f86committedfixed linting issues
Show description for ac845a5committedfixed failing test cases
Show description for a602c39committedfixed urllib3 issue
Show description for c1b6e25committedadded more test cases for telemetry
Show description for e3d85f4committedsimplified CB config
Show description for 9dfb623committedpoetry lock
Show description for e7e8b4bcommittedfix minor issues & improvement
Show description for dab4b38committed
Commits on Nov 7, 2025
improved circuit breaker for handling only 429/503
Show description for e1e08b0committedlinting issue fixed
Show description for b527e7ccommitted
Commits on Nov 11, 2025
raise CB only for 429/503
Show description for 2b45814committedfix broken test cases
Show description for 1193af7committed
Commits on Nov 12, 2025
fixed untyped references
Show description for aa459e9committedMerge remote-tracking branch 'origin/main' into PECOBLR-993
Show description for 4cb87b1committed
Commits on Nov 13, 2025
added more test to verify the changes
Show description for 7cbc4c8committeddescription changed
Show description for c646335committed
Commits on Nov 17, 2025
remove cb congig class to constants
Show description for bcd6760committedremoved mocked reponse and use a new exlucded exception in CB
Show description for 4376b6dcommittedfixed broken test
Show description for d9e7c89committed
Commits on Nov 19, 2025
added e2e test to verify circuit breaker
Show description for 1b8e47ccommitted- committed
lower log level for telemetry
Show description for 172e03fcommitted
Commits on Nov 21, 2025
- committed
fixed broken test, removed tests on log assertions
Show description for 35b7459committed
Commits on Nov 26, 2025
modified unit to reduce the noise and follow dry principle
Show description for 5cfde8ccommitted