ar- / incron

cron-like daemon which handles filesystem events
Other
229 stars 51 forks source link

loopable=true not working #77

Open dominicraf opened 3 years ago

dominicraf commented 3 years ago

I find that the additional symbol in v0.12 'loopable=true' does not seem to work in stopping more than one trigger for the same event. Example:

/var/lib/amavis/virusmails      IN_CREATE,loopable=true /opt/myscript $@/$#

When a new file is placed in /var/lib/amavis/virusmails, incrontab triggers the action twice. I work around this in myscript with flock, but it would be much better if it didn't happen.

shawngmc commented 3 years ago

I'm seeing this same behavior, and it's rather important for my use case. Any progress on this issue?

Thom-P commented 5 months ago

Same issue here, any update?