-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Labels
aws-λ-extensionAWS Lambda ExtensionAWS Lambda ExtensionbugSomething isn't workingSomething isn't working
Description
Currently, we are using a buffered channel by default for lambda and agent data (ref). This is not required anymore as we already have a buffer in accumulator. The channel based buffer may cause additional issues with lifecycle management of the extension as it is possible that the buffer has a lot of data but the function doesn't have time to process that data and has been frozen due to inactivity.
Metadata
Metadata
Assignees
Labels
aws-λ-extensionAWS Lambda ExtensionAWS Lambda ExtensionbugSomething isn't workingSomething isn't working