Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

fix(es): add indexed retry object for http logs #3543

Merged
merged 3 commits into from
Feb 20, 2025

Conversation

bodinsamuel
Copy link
Collaborator

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

@bodinsamuel bodinsamuel self-assigned this Feb 19, 2025
@bodinsamuel bodinsamuel requested review from khaliqgant and a team February 19, 2025 17:38
@bodinsamuel bodinsamuel enabled auto-merge (squash) February 20, 2025 13:30
@bodinsamuel bodinsamuel merged commit 04abcd3 into master Feb 20, 2025
16 checks passed
@bodinsamuel bodinsamuel deleted the sam/25_02_19/fix/es-add-retry branch February 20, 2025 13:35
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants