Page 1 of 1

Workload Management

Posted: Thu Jan 22, 2015 3:51 pm
by nvalia
Hi All,

We have the Work Load Management option available now where we can set the job priority. By default it is Medium. I see I can change this when I run a job from the Designer Client

We plan to eventually use a script using dsjob to run the jobs.
How can we incorporate work load management via the script?

Thanks,
NV

Posted: Thu Jan 22, 2015 6:11 pm
by qt_ky
Use the dsjob command with a primary command of -run along with the -queue <queue_name> option.

You can view all the command options by executing dsjob by itself.

You can view all the primary command options by executing dsjob -run by itself.

Posted: Mon Jan 26, 2015 8:32 am
by nvalia
Thanks Eric.