Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
decrease waiting time to send bulk logs #13
Conversation
|
@mchaudhary @mostlyjason, This PR's code has already been merged so closing this one. |
|
Is there a chance of getting a release of this? Your library is now being used by bunyan-loggly, and the 30 second timeout is breaking all AWS Lambda usage. |
|
I believe the latest release has the timeout set to five seconds https://github.com/loggly/node-loggly-bulk/blob/master/lib/loggly/common.js#L240. Are you on version 2.2.0? |
|
Nope. That's my bad. I only looked at the releases in GitHub, not the actual package. Thanks! |
@mchaudhary, @mostlyjason, This PR is to decrease the waiting time to send bulk logs. Before library waits for 30 seconds to collect logs and then sends them to Loggly but now library will send Logs in each 5 seconds.