Skip to content
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

fix: Configure max backoff and jitter ratio to ensure exponential backoff. #463

Merged
merged 1 commit into from
May 21, 2024

Conversation

kinyoklion
Copy link
Member

@kinyoklion kinyoklion commented May 21, 2024

Without these set the event source retries every second, which is not the desired behavior.

@kinyoklion kinyoklion marked this pull request as ready for review May 21, 2024 16:47
@kinyoklion kinyoklion requested a review from keelerm84 May 21, 2024 16:54
@kinyoklion kinyoklion merged commit 050007d into main May 21, 2024
19 checks passed
@kinyoklion kinyoklion deleted the rlamb/fix-jitter-backoff branch May 21, 2024 17:18
@github-actions github-actions bot mentioned this pull request May 21, 2024
kinyoklion pushed a commit that referenced this pull request May 21, 2024
🤖 I have created a release *beep* *boop*
---


<details><summary>node-server-sdk: 9.4.2</summary>

##
[9.4.2](node-server-sdk-v9.4.1...node-server-sdk-v9.4.2)
(2024-05-21)


### Bug Fixes

* Configure max backoff and jitter ratio to ensure exponential backoff.
([#463](#463))
([050007d](050007d))
</details>

<details><summary>node-server-sdk-dynamodb: 6.1.11</summary>

##
[6.1.11](node-server-sdk-dynamodb-v6.1.10...node-server-sdk-dynamodb-v6.1.11)
(2024-05-21)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/node-server-sdk bumped from 9.4.1 to 9.4.2
  * peerDependencies
    * @launchdarkly/node-server-sdk bumped from >=9.4.1 to >=9.4.2
</details>

<details><summary>node-server-sdk-otel: 1.0.3</summary>

##
[1.0.3](node-server-sdk-otel-v1.0.2...node-server-sdk-otel-v1.0.3)
(2024-05-21)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/node-server-sdk bumped from 9.4.1 to 9.4.2
  * peerDependencies
    * @launchdarkly/node-server-sdk bumped from >=9.4.1 to >=9.4.2
</details>

<details><summary>node-server-sdk-redis: 4.1.11</summary>

##
[4.1.11](node-server-sdk-redis-v4.1.10...node-server-sdk-redis-v4.1.11)
(2024-05-21)


### Dependencies

* The following workspace dependencies were updated
  * devDependencies
    * @launchdarkly/node-server-sdk bumped from 9.4.1 to 9.4.2
  * peerDependencies
    * @launchdarkly/node-server-sdk bumped from >=9.4.1 to >=9.4.2
</details>

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants