Skip to content

Better Lambda resource handling #3

Open
@Vermyndax

Description

@Vermyndax

Extremely large sites may have a risk of overrunning Lambda memory and timeout limits. Large sites can consume a large amount of resources and take a long time to run.

You can mitigate this by testing. If the Lambda process "exits before completion" and reports the memory usage to be the same as the limit, then you likely need to raise the limit on the function. You may also need to expand the timeout.

A pretty large rewrite will have to occur to make this better, but for the current time, just be aware of the limits if it dies for unknown reasons.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions