Extremely slow startup around aws-sdk on javascript #3229
Unanswered
jreichhold
asked this question in
Q&A
Replies: 1 comment 7 replies
-
This might be related to #3029. |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Added basic node opentelemetry and after noticing extremely slow startup added some Diag debug logs and noticed an extreme slowness related to
aws-sdk instrumentation: applying patch to aws-sdk v3 client send
. In the log below over 6 min between log lines. It is interesting to note the CPU is 100% pegged during this.version in package.json are
Full log is below with timestamps. This was via ts-node startup but similar on straight node startup.
tracing.ts is
Beta Was this translation helpful? Give feedback.
All reactions