Skip to content

some resized files are missing #161

@berkaytheunicorn

Description

@berkaytheunicorn

Hey there, I've been trying to figure out the package and I notice whatever I do some files just wont't generate.

my config:

{
    "bucket": "xxx-test",
    "resizes": [
        {
            "size": 128,
            "suffix": "_sm",
            "quality": 90
        },
        {
            "size": 512,
            "suffix": "_md",
            "quality": 90
        },
        {
            "size": "512X512^",
            "gravity": "Center",
            "crop": "512X512",
            "suffix": "_md_sq",
            "quality": 90
        },
        {
            "size": 1024,
            "quality": 90,
            "suffix": "_lg"
        },
        {
            "size": 1440,
            "quality": 90,
            "suffix": "_xl"
        }
    ]
}

sometimes it created _sm sometimes up to _md but I couldn't make it fully work.
(I tested with various images 1024px(50kb) to 2560px(1mb))
Memory of Lambda 1280mb and timeout at 20s.

I guess I am missin something. (or could be a bug?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions