Have you considered something like `sleep 10h && kill $PARALLEL_PID`
where you would have to fill in PARALLEL_PID each day? If you use
--joblog you could --resume each day.
Joe
On Wed, May 23, 2018 at 7:30 PM, Taewon wrote:
> Hi there,
>
> I am looking for any way to stop new job starting after
Thanks Joe your msg.
I am considering to use a shell var having halt time. when time over the
halt time, just exit. I cannot imagine better way to prevent new job
starting.
any better idea?
Thanks
Tim
On Thu, May 24, 2018, 9:04 PM Joe Sapp wrote:
> Have you considered something like `sleep