coppit / docker-inotify-command

Watch a folder for changes, and run a command in response
GNU Lesser General Public License v2.1
35 stars 32 forks source link

question: One job at a time #6

Closed djaydev closed 5 years ago

djaydev commented 5 years ago

In the sample conf "You can also allow this command to wait until the work is done, which will cause it to naturally limit its run frequency." I believe this means that it will run the command, and then queue the next command run until the first is over? If that is correct, how do I add that to the conf file?