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

Bump version axios 1.6.0 -> 1.7.4. #716

Merged
merged 3 commits into from
Oct 16, 2024
Merged

Conversation

mariacarmina
Copy link
Member

Fixes # .

Changes proposed in this PR:

@mariacarmina
Copy link
Member Author

Unit tests failing on this PR dues to Segmentation fault error :(

@mariacarmina mariacarmina marked this pull request as ready for review October 14, 2024 19:41
@paulo-ocean
Copy link
Contributor

paulo-ocean commented Oct 15, 2024

Unit tests failing on this PR dues to Segmentation fault error :(

Same issue already mentioned on another PR
Check these log messages:
JsonRpcProvider failed to detect network and cannot start up; retry in 1s (perhaps the URL is wrong or the node is not started)
The main issue is that we have the crawler thread starting when we don't have a DB connection or a proper RPC connection (wrong behaviour)...
Inside the crawler thread we have a mechanism to retry the RPC/Blockchain connection... that can stay there forever if there is something really wrong... (it keeps retrying)... Eventually it can kill the memory...
This was already addressed on the Elastic PR..
The crawler thread should not start without a DB connection and an RPC connection ... Only after... Eventually it should not keeping retrying RPC connection forever either, but only a few times ( Max 10 times )

Copy link
Member

@jamiehewitt15 jamiehewitt15 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 to me

@mariacarmina mariacarmina merged commit 824b608 into main Oct 16, 2024
12 checks passed
@mariacarmina mariacarmina deleted the npm-update-axios-to-1.7.4 branch October 16, 2024 13:03
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.

3 participants