-
Notifications
You must be signed in to change notification settings - Fork 463
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(es): add indexed retry object for http logs (#3543)
## Changes Contributes to https://linear.app/nango/issue/NAN-2736/new-retry-strategy-for-proxy Contributes to https://linear.app/nango/issue/NAN-2683/log-retries-in-a-way-that-it-can-be-use-to-graph - Prepare the **retry** field It will contain information related to each http log, whether they are part of a retry, the attempt number, and the previous wait time. It's all based on theoretical test so hopefully I nailed it. Note it's the first undefined field I create, I realized nullable field are not ideal in terms of storage cost, so I had to change also some types
- Loading branch information
1 parent
2f8dec2
commit 04abcd3
Showing
5 changed files
with
40 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 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