Skip to content

Touch-reload file? #1

@fertapric

Description

@fertapric

Touch-reload file

A touch-reload file can be used to signal when the code
needs to be reloaded:

  config :plux, Plux.CodeReloader,
    touch_reload_path: /tmp/touch-reload

If the touch-reload file exists, per-request code reloads will
be skipped if the touch-reload file was not modified since the
last code reload.

If the touch-reload file does not exist, code will be reloaded
on every request.

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