Byrial Jensen byrial@vip.cybercity.dk wrote:
I am planning to make some maintenace reports for the Danish Wikipedia at regular intervals, like once a week or once every few days, but the exact time to run the programs doesn't really matter.
So what time of the day is it best to run such programs?
And is there a way to tell SGE that it may choose the most convenient time to start to job?
It will do that by itself, in fact, it is its whole pur- pose :-). Regarding time:
| timl@yarrow:~$ perl -we 'my $t = rand (24 * 60); printf "%d:%02d\n", $t / 60, $t % 60;' | 15:18 | timl@yarrow:~$
Does that suit you? :-)
Tim