Article 59ZZ4 inotifywait & parallel fails with many jobs

inotifywait & parallel fails with many jobs

by
InterestedPerson
from LinuxQuestions.org on (#59ZZ4)
Hi, I am monitoring a directory and create several 1000 files within.

Those files must be processed but the problem can be reduced to a simple echo
Code:inotifywait -q -e create -e moved_to -m --format '%f' $dir | parallel -u echohttps://www.gnu.org/software/paralle...-dir-processor

However, I cannot echo all files:

40k Files are generated
and only about ~24 k are displayed.

What am I missing?

Best Regardslatest?d=yIl2AUoC8zA latest?i=FMp-b7tLQOo:id9vfp9Rjqg:F7zBnMy latest?i=FMp-b7tLQOo:id9vfp9Rjqg:V_sGLiP latest?d=qj6IDK7rITs latest?i=FMp-b7tLQOo:id9vfp9Rjqg:gIN9vFwFMp-b7tLQOo
External Content
Source RSS or Atom Feed
Feed Location https://feeds.feedburner.com/linuxquestions/latest
Feed Title LinuxQuestions.org
Feed Link https://www.linuxquestions.org/questions/
Reply 0 comments