You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 isBulk property and expecting it to not do any sort of polling.
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
isBulk
property 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: