dagu-dev / dagu

Yet another cron alternative with a Web UI, but with much more capabilities. It aims to solve greater problems.
https://dagu.readthedocs.io
GNU General Public License v3.0
1.33k stars 134 forks source link

files watcher #372

Open GhisF opened 1 year ago

GhisF commented 1 year ago

It could be very convenient to have a file watcher to start/stop based on some file system events ( like waiting a file produced by a remote a 3th party software). The same system could also be a way to skip optional branches of a workflow if some files are for example not present.

Parameters for the files watcher :

Thanks

yohamta commented 1 year ago

It's already possible by creating a script that watches a file to be created, still, it's great to have it as a feature. PR for this would be appreciated.