-
Notifications
You must be signed in to change notification settings - Fork 0
[CXH-2245] fix: classify DocuSign hourly-limit error as retryable, reduce per-user call amplification #68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
c479230
fix: classify DocuSign's hourly-limit error as retryable, not fatal
FeliLucero1 08e6adb
fix: avoid per-user GetUserDetails in Grants for active users (Pylon …
FeliLucero1 3010626
fix: two deep-code-review findings on the rate-limit/N+1 fix
FeliLucero1 6353c9f
refactor: address remaining deep-code-review findings on rate-limit/N…
FeliLucero1 4d071e6
fix: address 11 bot review comments on PR #68
FeliLucero1 07f84f9
fix: drop ticket/review-process references from code comments
FeliLucero1 a93f3f2
fix: treat ambiguous permission-profile names as not-found
FeliLucero1 598b276
fix: distinguish ambiguous from missing default permission profile
FeliLucero1 a050118
fix: permissionProfileIDByName exposes match count, drops duplicate scan
FeliLucero1 c53cde4
test: pin the mixed-ID-validity case for permissionProfileIDByName
FeliLucero1 9c15768
Merge remote-tracking branch 'origin/main' into fix-hourly-rate-limit…
FeliLucero1 3f3cdf3
fix: memoize GetPermissionProfiles per sync; correct retry-window com…
FeliLucero1 e671a67
fix: don't memoize rate-limit/context errors in getPermissionProfiles
FeliLucero1 541e958
fix: widen non-cacheable-error carve-out beyond reclassified rate limit
FeliLucero1 cf9f5fc
fix: bound consecutive transient getPermissionProfiles retries
FeliLucero1 9b27380
fix: exempt rate-limit and context errors from the transient-failure …
FeliLucero1 dc5be5d
refactor: dedupe grant construction and test mock-server scaffolding
FeliLucero1 4041c82
fix: also detect hourly rate limit via docs-quoted error message
FeliLucero1 5733e42
fix: key the permission-profiles memoization on SyncID, not process l…
FeliLucero1 5ca06ea
fix: bypass the shared HTTP GET cache for GetPermissionProfiles
FeliLucero1 4c79082
fix: force sqlite storage engine in CI, get-baton's baton CLI can't r…
FeliLucero1 afb82e4
fix: split GetPermissionProfiles caching by caller, fix stale annotat…
FeliLucero1 84cd0ca
fix: add sleep to sync-test jobs, DocuSign doesn't apply writes insta…
FeliLucero1 67c8e8b
Merge origin/main into fix-hourly-rate-limit-non-recoverable
FeliLucero1 49149ef
fix: address sergiocorral's PR68 review findings, close deep-code-rev…
FeliLucero1 51ae65e
fix: wrap fast-path rate-limit error, check ctx before locking permis…
FeliLucero1 54641d6
fix: disable permission-profiles per-sync cache when SyncID is empty
FeliLucero1 452ff35
ci: retrigger checks after actions outage
FeliLucero1 f56b9fa
fix: address PR 68 bot review nits
FeliLucero1 413cd99
fix: rename revoke test to match Debug ambiguity assertion
FeliLucero1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.