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 <[email protected]> wrote: > 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 <[email protected]> wrote: > > Hi there, > > > > I am looking for any way to stop new job starting after some time. But > > waiting already running jobs without killing. > > > > halt and timeout option might not profer option for my case. > > > > All 100+ jobs could be 1+ days, but want to halt after 10 hour per day. > > Next day run will not include already finished jobs. Each job's elaped > time > > could not be estimated in advance. > > > > What is recommanded way with parallel or other options? > > > > Thanks, > > Taewon >
