Skip to content

Inotify tail doesn't work when a file is quickly recreated #21

@sigmonsays

Description

@sigmonsays

Inotify tail doesn't seem to properly work for files that are created and deleted quickly.

Using:
36ba8bc github.com/ActiveState/tail (heads/master)

Using the tailing config:

o := tail.Config{
    Location: s,
    // Poll: true,
    ReOpen: true,
    Follow: true,
    MustExist: false,
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions