#1 Limiting number of concurrent tasks for project
Posted: Mon May 05, 2014 9:12 pm
I'm familiar with how to limit the number of concurrent tasks for a single application, but how do you limit the number of concurrent tasks for an entire project? Prime Grid has at least 7 different apps. I'd like to run them all, but only one at a time. How do you configure this? I've already tried this in the app_config.xml, but it didn't do any good.
<app_config>
<app>
<name>trp_sr2sieve</name>
<name>llrTPS</name>
<name>llrPPSE</name>
<name>llrWOO</name>
<name>llrCUL</name>
<name>llrTRP</name>
<name>llrSR5</name>
<max_concurrent>1</max_concurrent>
</app>
</app_config>
<app_config>
<app>
<name>trp_sr2sieve</name>
<name>llrTPS</name>
<name>llrPPSE</name>
<name>llrWOO</name>
<name>llrCUL</name>
<name>llrTRP</name>
<name>llrSR5</name>
<max_concurrent>1</max_concurrent>
</app>
</app_config>