Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add directory watching support #25

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Conversation

assafs
Copy link

@assafs assafs commented Oct 28, 2015

Monitoring the specified directory for any updated files, and add them
to the monitored file set.

Every time the iterator is called, the file set is updated, and all
existing files are queried as per their individual Pygtail objects.

assafs and others added 13 commits October 28, 2015 15:52
Monitoring the specified directory for any updated files, and add them
to the monitored file set.

Every time the iterator is called, the file set is updated, and all
existing files are queried as per their individual Pygtail objects.
Raise StopIteration when referred path no longer exists
Make sure file exists before stating
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants