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

fswatch service cannot interpret more than one artifact at a time #288

Open
lewismc opened this issue Sep 1, 2023 · 3 comments
Open

fswatch service cannot interpret more than one artifact at a time #288

lewismc opened this issue Sep 1, 2023 · 3 comments
Labels
bug Something isn't working

Comments

@lewismc
Copy link
Member

lewismc commented Sep 1, 2023

If I execute the following command

cp $dir/* $staging_data

where...

  • $dir contains a combination of .zip files (containing eTUFF files) and .txt eTUFF files, and
  • $staging_data is the target staging directory being monitored by fswatch

fswatch only generates/processes one event.

We need to make sure that fswatch generates and processes events for all files in the directory if a wildcard $dir/* is passed as an argument.

@lewismc lewismc added the bug Something isn't working label Sep 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants
@lewismc and others