jon wong
jon wong
additional context; this Lambda is running in a VPC, and we have two scheduled benchmarking runs that occur every 10 and 30 minutes, respectively. currently, that's the only source of...
for the vast majority of invocations, we've been noticing roughly ~5s of initialization, so had initially ruled that out. there's no harm in bumping it, though, even if it's temporary....
/cc @AlexBHarley!
@jordansexton ready for another look... but don't look at this until next week :) enjoy your weekend!
ran into this over the weekend too and had a fun debugging session. the issue stems from this `instanceof` call here: https://github.com/metaplex-foundation/js/blob/e8205e7c2dbda1258402602adac94f85804c9be3/src/utils/GpaBuilder.ts#L65-L68 (in most cases, likely the first one trying...
> Possibly a dupe of #150 (this is a dupe of #150 but i think this thread has more / better info)
at [Coursera](coursera.org), we're using backbone-associations pretty extensively for our new on-demand platform, an example of which you can find [here](coursera.org/learn/childnutrition)
this code is super rough, but i decided to send the PR to get early feedback rather than over-optimize. the Metaplex Read API in devnet is _also_ not 100% ready...
> 1. Fetch everything you can and automatically paginate added in automatic pagination. surfaced a couple of issues in the Read API from this front, but basically i'll keep calling...
if the code structure looks roughly okay, the next step would be to verify the end-to-end behavior once the Read API is returning the correct information—right now it's missing the...