Skip to content

Use unbuffered channels for lambda and agent data #413

Open
@lahsivjar

Description

@lahsivjar

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

No one assigned

    Labels

    aws-λ-extensionAWS Lambda ExtensionbugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions