Skip to content

Is it make sense to read the STATS_FILE from url instead filesystem ? #91

@jubel-han

Description

@jubel-han

The STATS_FILE file is reading from filesystem path, is it possible relative with BUNDLE_DIR_NAME or STATIC_ROOT so that support for reading from URL ?

For the production practice that we are building webpack on one deployment server, together with collectstatic actions, all of asserts will collected to s3 bucket as the CDN origin source.
but we have multiple app servers (django) which need read the STATS_FILES from filesystem, so we have to upload the status files to every servers, it is ugly for me ...
I think this construction should be normally, or is there more better suggestion or practices ?

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