Skip to content

Conversation

@hoh
Copy link
Member

@hoh hoh commented Feb 27, 2025

Server api1.aleph.im is very slow and outdated
(Core i7 from 2018, up to 40 seconds to respond
to /metrics in the monitoring).

We suspect that this causes issues in the
monitoring and performance of the network.

This branch removes all references to api1 and
replaces them with api3 where relevant.

@github-actions github-actions bot added the BLUE This PR is simple and straightforward. label Feb 27, 2025
@github-actions
Copy link

Summary:
This PR contains a small change to the URL of the target node from https://api1.aleph.im to https://api3.aleph.im. This change is unlikely to introduce bugs and does not affect the overall functionality of the codebase.

Highlighting relevant parts of the diff:

-TARGET_NODE = "https://api1.aleph.im"
+TARGET_NODE = "https://api3.aleph.im"

This change is straightforward and does not involve any new features, modifications to existing logic, or extensive changes that could potentially introduce bugs. It is a simple update to the configuration, which is a common task in software development, and does not require a deep understanding of the project architecture. Therefore, it is categorized as 'BLUE'.

Server api1.aleph.im is very slow and outdated
(Core i7 from 2018, up to 40 seconds to respond
to `/metrics` in the monitoring).

We suspect that this causes issues in the
monitoring and performance of the network.

This branch removes all references to api1 and
replaces them with api3 where relevant.
@hoh hoh force-pushed the hoh-remove-api1 branch from 9bdfdd6 to 1057887 Compare March 5, 2025 10:50
Copy link
Member

@1yam 1yam left a comment

Choose a reason for hiding this comment

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

LGTM

@hoh hoh merged commit 43bdc76 into main Mar 5, 2025
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BLUE This PR is simple and straightforward.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants