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

when-changed doesn't work on AWS EFS? #88

Open
roeeklinger opened this issue Dec 30, 2021 · 1 comment
Open

when-changed doesn't work on AWS EFS? #88

roeeklinger opened this issue Dec 30, 2021 · 1 comment

Comments

@roeeklinger
Copy link

I am trying to watch for changes in a file that is in an AWS Elastic File System, however, I noticed that when-changed completely doesn't work on files hosted there.

Similarly, incron doesn't work on these files or directories as well.

Is there any specific reason why it doesn't work or a workaround to get it to work?

Thanks

@joh
Copy link
Owner

joh commented Aug 17, 2022

when-changed uses watchdog to watch files for changes, so I suspect there's an issue with watchdog and AWS EFS. Could you try the watchmedo utility to see if it triggers any events on the files hosted on AWS EFS?

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

No branches or pull requests

2 participants