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: catch econnreset errors #247

Merged
merged 2 commits into from
Aug 26, 2024
Merged

fix: catch econnreset errors #247

merged 2 commits into from
Aug 26, 2024

Conversation

rafaelcr
Copy link
Collaborator

Marks a retryable error when the connection to the metadata server was successful but then interrupted.

Fixes #242

Copy link

github-actions bot commented Aug 26, 2024

Vercel deployment URL: https://token-metadata-9r69tsbd3-hirosystems.vercel.app 🚀

Copy link

codecov bot commented Aug 26, 2024

Codecov Report

Attention: Patch coverage is 50.00000% with 5 lines in your changes missing coverage. Please review.

Files Patch % Lines
src/token-processor/images/image-cache.ts 25.00% 3 Missing ⚠️
src/token-processor/util/metadata-helpers.ts 66.66% 2 Missing ⚠️

📢 Thoughts on this report? Let us know!

@rafaelcr rafaelcr merged commit 51347d6 into beta Aug 26, 2024
8 of 9 checks passed
@rafaelcr rafaelcr deleted the fix/econnreset branch August 26, 2024 18:28
blockstack-devops pushed a commit that referenced this pull request Aug 26, 2024
## [1.0.0-beta.7](v1.0.0-beta.6...v1.0.0-beta.7) (2024-08-26)

### Bug Fixes

* catch econnreset errors ([#247](#247)) ([51347d6](51347d6))
@blockstack-devops
Copy link

🎉 This PR is included in version 1.0.0-beta.7 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

blockstack-devops pushed a commit that referenced this pull request Aug 26, 2024
## [1.0.0](v0.7.0...v1.0.0) (2024-08-26)

### ⚠ BREAKING CHANGES

* use chainhook to listen for chain events instead of a direct stacks api connection (#200)

### Features

* convert data: image uris into image files and upload to cdn ([#245](#245)) ([903b0aa](903b0aa))

### Bug Fixes

* catch econnreset errors ([#247](#247)) ([51347d6](51347d6))
* set maximum job timeout ([#244](#244)) ([3444917](3444917))
* take only first page of gif images ([#241](#241)) ([334f8c5](334f8c5))
* use bignumber to handle FT supplies ([#239](#239)) ([053d622](053d622))
* use google cloud library for image uploads ([#238](#238)) ([c7f1b43](c7f1b43))
* use prometheus port configured in ENV ([c769d29](c769d29))

### Code Refactoring

* use chainhook to listen for chain events instead of a direct stacks api connection ([#200](#200)) ([2ddb2c7](2ddb2c7)), closes [#229](#229) [#232](#232) [#233](#233) [#234](#234) [#235](#235) [#236](#236)
@blockstack-devops
Copy link

🎉 This PR is included in version 1.0.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants