-
Notifications
You must be signed in to change notification settings - Fork 3
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
Review Alchemy Usage #69
Comments
Alchemy has been performing better, but since we now have the RPC cache built for all supported ENSNode plugins, we can switch to drpc keys and see how its cost profile looks like. |
@lightwalker-eth I forgot to mention that I've been running another instance of ENSNode on my cloud server, and it's been using Alchemy keys. It has now also the RPC cache built fully, so it should not require a heavy load of RPC calls. |
@BanaSeba Hey I think the key next step here is to better separate the usage of our Alchemy API keys. I want us to have clear visibility on the exact RPC usage from the specific ENSNode instances we are deploying on Railway and ensure we aren't using those API keys anywhere else.
|
I've created two new Alchemy apps for alpha and subgraph indexers. Populated env variables for two deployments accordingly. |
@BanaSeba Nice, thanks! All your actions here look great 👍 Going to keep this issue in "Ready for Review" for a few days as a reminder to myself to review the usage metrics on Alchemy after a few days of collecting data. |
Update on this? |
We're soon to hit the configured budget cap on our Alchemy account. I can raise this cap if needed, but before doing that: Appreciate if everyone could reply with their thoughts on our Alchemy usage and anything you recommend for streamlining our RPC needs.
We're currently on track to spend about $1,200 in Jan on Alchemy RPC calls. Not all of this is from our development of ENSNode. Another key contributor has been the GraphNode instance we're running. Related task here: #63
It looks like we stopped making any use of drpc. Did you guys find Alchemy to perform better?
We should give priority to our own efficiency as devs over efficiency of RPC usage, but appreciate advice and suggestions 👍
The text was updated successfully, but these errors were encountered: