Closed sorhawell closed 7 years ago
Was this question meant to be addressed to the maintainers of the BatchJobs package? Please note that this is the future.BatchJobs package (that builds on top of the former).
oh sorry, I'll repost here instead: https://github.com/tudo-r/BatchJobs/issues
Hi we're a couple of people using BatchJobs on our universitys torque cluster, thx alot for the package. Now the support department would like us to reduce the speed of job submissions to like only one every 2 seconds or so. In submitJobs(reg,ids,job.delay), I can change the job.delay function, and it works well in an interactive session. However when the cluster function is torque, all jobs a submitted at a constant speed of 10 jobs per second, the job.delay function seems to be ignored completely.
How can I make BatchJobs delay the job submission?
printing from R linux session on torque cluster, job.delays is ignored and jobs are submitted really fast
printing from a interactive session (windows PC), there is a delay of of 2 seconds before each submission(and execution)