Skip to content

Consider using tmpfs to speed up transforms with temporary files #427

@horner

Description

@horner
image

See https://docs.docker.com/storage/tmpfs/

Examples:

We download a .odt of the file and then transform it.

async unzipAssets(destinationPath: string, destinationName: string) {

await processor.unzipAssets(workerData.destinationPath, workerData.realFileName);

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions