-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Revert "exclude sanctum" #7207
base: main
Are you sure you want to change the base?
Revert "exclude sanctum" #7207
Conversation
This reverts commit 4f27a03.
fyi @senyor-kodi |
hey @0xRobin it's a shame it's causing issues please let me know if I can do anything and keep me updated 🙏 |
The check seems to fail due to the cluster running out of memory. We had the same issue when adding it in the first PR #7188 and Jeff suggested to add a time filter for the past week so that the CI would run. We took it out after the tests passed. Was the memory issue also happening on Dune's end after merging the PR? |
thank you for the patience. typically in prod, we are able to successfully scale up the clusters for merges to help with large datasets + memory issues. even with scaled up clusters, this one is failing. let me take a few minutes to dig into the code a bit closer to ensure we aren't missing anything obvious that could cause these memory errors. the other DEXs that load into in the meantime, please do let me know if we should expect this DEX to have much more data. |
Thanks for the update. It might be that it handles more data than other dexes, yes. One of the tables has well over a million rows and at least a couple others have +500k rows. Aside from that, the decoded tables don't include all the data necessary and I've had to use the Let me know what you find when you look into the code and if I can be of any help. |
Hey @jeff-dude have you had the chance to look into this? Let me know if I can help somehow! |
thank you for the patience. i can share what process i would take, if you wanted to try and provide info back here to help expedite? sorry, busy trying to get other items moving in spellbook. i would do something like this:
hope this helps, if you have time to assist here 🙏 edit: i would also add filters on timeframe, so the app returns things faster. then can slowly open up that timeframe as needed |
Thank you for sharing how to troubleshoot this in such detail! No worries about not being able to take a look at this yet, I totally get that you've got a lot on your plate. Really appreciate you taking the time to write out the debugging process for me. I'll follow the steps and will either share my findings here or submit updates to the PR directly if I can identify and fix the performance issues. Thanks again! 🙏 |
@senyor-kodi I don't think you'll be able to add to this PR as I'm the owner. Feel free to just open a new one yourself and tag us! Re-enabling the model is as easy as just removing the prod_exclude tag and adding it back to the final union. |
Will do that then! Thanks for letting me know @0xRobin 🙏 |
Opening revert PR so we keep track and retry this model