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

Node client optimization #2865

Merged
merged 7 commits into from
Jun 20, 2024
Merged

Node client optimization #2865

merged 7 commits into from
Jun 20, 2024

Conversation

nazar-pc
Copy link
Member

There were numerous issues related to how much we're loading node client connection with subscriptions and requests. This PR attempts to de-duplicate some of the logic under single proxy wrapper and add more caching there, such that very few subscriptions and requests are actually made to node (or controller), optimizing load on node RPC and controller massively.

Code contributor checklist:

@nazar-pc
Copy link
Member Author

Farmer app info is fallible now, hence minor API change

@nazar-pc nazar-pc added this pull request to the merge queue Jun 20, 2024
Merged via the queue into main with commit 5aa4d67 Jun 20, 2024
23 checks passed
@nazar-pc nazar-pc deleted the node-client-optimization branch June 20, 2024 08:45
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