kestra-io / plugin-fs

https://kestra.io/plugins/plugin-fs/
Apache License 2.0
6 stars 7 forks source link

Allow the file detection trigger to fire only when a file was updated #116

Open anna-geller opened 6 months ago

anna-geller commented 6 months ago

Feature description

For now, the trigger doesn't maintain the state (no way to know which file was already processed and when) but RealtimeTriggers are more stateful (always-on process), so it seems feasible to keep a state about which files have been scanned and which were updated (even if as a local cache on the Worker)