You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2022/02/23 13:08:53 UTC

[GitHub] [skywalking-nodejs] tom-pytel opened a new pull request #71: add SW_AWSLAMBDA_FLUSH, fix husky again

tom-pytel opened a new pull request #71:
URL: https://github.com/apache/skywalking-nodejs/pull/71


   Two things here:
   
   * Added SW_AWSLAMBDA_FLUSH env var to explicitly enable / disable data flush on AWS Lambda function exit. This is meant for higher throughput functions where flushing after every call could be expensive. Turning off flush may lose spans but should be much more performant. Spans will simply be sent on subsequent invocations of the handler after the process wakes up.
   * Fixed another problem with `husky`. Started getting the following error on clean install from scoped repo:
   ```
   npm ERR! command sh -c husky install
   npm ERR! .git can't be found (see https://git.io/Jc3F9)
   ```
   Seems to be https://github.com/typicode/husky/issues/851 which is supposed to be fixed. Someone who understands this piece of software should double check that it is integrated correctly because this is the second problem encountered in just a couple of days.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [skywalking-nodejs] tom-pytel merged pull request #71: add SW_AWSLAMBDA_FLUSH, fix husky again

Posted by GitBox <gi...@apache.org>.
tom-pytel merged pull request #71:
URL: https://github.com/apache/skywalking-nodejs/pull/71


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org