Skip to content

Mark fetch-error-handler as stable #1319

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 2 commits into from
Jan 30, 2025
Merged

Conversation

rowanmanning
Copy link
Member

This library has been used in production for months and is now serving as a replacement for the deprecated n-fetch and n-eager-fetch libraries.

There have been no reported issues, it's installed in 9 production systems (including content pipeline), and we're seeing ~2m errors per week in Splunk that were successfully handled by this library:

index IN (heroku, aws_cloudwatch)
(error.code=FETCH_* OR error.cause.code=FETCH_*)

This library has been used in production for months and is now serving
as a replacement for the deprecated `n-fetch` and `n-eager-fetch`
libraries.

There have been no reported issues, it's installed in 9 production
systems (including content pipeline), and we're seeing ~2m errors per
week in Splunk that were successfully handled by this library:

```
index IN (heroku, aws_cloudwatch)
(error.code=FETCH_* OR error.cause.code=FETCH_*)
```

Release-As: 1.0.0
@rowanmanning rowanmanning requested a review from a team as a code owner January 29, 2025 13:55
@rowanmanning rowanmanning enabled auto-merge (rebase) January 29, 2025 13:55
Copy link
Contributor

@CyntiBinti CyntiBinti left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Just 1 suggestion that the package.json version should be bumped to stable?

@rowanmanning
Copy link
Member Author

Nope not yet - Release Please will open a PR to update the CHANGELOG and package.json files :)

@rowanmanning rowanmanning merged commit 3911ccf into main Jan 30, 2025
11 checks passed
@rowanmanning rowanmanning deleted the fetch-error-handler-stable branch January 30, 2025 10:35
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