leahneukirchen/nq

`fq -a' doesn't pick up tasks added after it started

ksandstr opened this issue · 1 comments

Such as when nq jobs are spawned in one terminal, then fq -a, then further jobs are added in that same directory in another terminal. This means `fq -a' terminates before all jobs in that directory have completed.

Nothing in the documentation suggests it should do that, tho.