-
Notifications
You must be signed in to change notification settings - Fork 11
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
fix: timeout on fxart metadata #265
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will have very negative consequences on performance as it loops many times
Which loops is that? By default, $obtain has three retries, right? this changes it to 6 and delays 10s each retry. It is similar to having a 60s timeout. |
So in the end it adds + 30sec per interaction per user |
18 ms response prob the metadata url is veery slow ^-^ can help you to optimize that |
imo that's different topic anyway, in your poc, sn was directly return. try to hit a round trip to the indexer to find the nft index it's not about workers vs deno, tho |
based on this so, not all every items will fetch slow requests |
In the meantime we have a ton of other solutions
|
Fix #264
From logs, it was timeout. Lets increase the timeout?