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.
Issue
I've been trying to get node-loggly-bulk running on AWS lambda and have been running into timeout issues. One inconsistency I ran into was passing in the
isBulkproperty and expecting it to not do any sort of polling.Culprit lines:
https://github.com/loggly/node-loggly-bulk/blob/master/lib/loggly/client.js#L79
https://github.com/loggly/node-loggly-bulk/blob/master/lib/loggly/common.js#L317
Proposed Solutions
I think we could change client.js#L79 to something like this
Another solution I could see, but don't completely know the implications of the change, would be to change common.js#317 to:
The text was updated successfully, but these errors were encountered: