tagbase / tagbase-server

tagbase-server is a data management web service for working with eTUFF and nc-eTAG files.
https://oiip.jpl.nasa.gov/doc/OIIP_Deliverable7.4_TagbasePostgreSQLeTUFF_UserGuide.pdf
Apache License 2.0
7 stars 2 forks source link

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

Open lewismc opened 10 months ago

lewismc commented 10 months ago

If I execute the following command

cp $dir/* $staging_data

where...

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.