parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

parallel timeout warning


From: Hanno Böck
Subject: parallel timeout warning
Date: Fri, 3 Jun 2022 12:36:14 +0200

Hi,

In older versions of GNU parallel used with --timeout would silently
continue if a process was terminated due to the timeout.

However it seems more recent versions show a warning, e.g.:

parallel -a <(seq 10 50) -j 10 --timeout 3 sleep
parallel: Warning: This job was killed because it timed out:
parallel: Warning: sleep 10
parallel: Warning: This job was killed because it timed out:
parallel: Warning: sleep 11
parallel: Warning: This job was killed because it timed out:
parallel: Warning: sleep 12


Is there a way to silence that warning? I think whether that warning
should be shown depends on the context, I guess it's okay to show it by
default, but there should be a way to suppress it.

-- 
Hanno Böck
https://hboeck.de/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]