1

What is the max concurrent tasks a central host will support?

We have thousands of tasks defined across several projects on a single central host. 

Each of the projects have dedicated Task Machines to them - limited at the project level, but also via project and task type filtering on the task machine.

I observe that when one project has kicked off a large amount of tasks, other project tasks will sit in a new status - even though their respective task machine is sitting there twiddling thumbs. 

It feels like that when the task machine is querying for tasks, it is performing something similar to a "select top 1000" .. and unless there are tasks in that bunch, the task machine will do nothing.

Thanks

2 replies

1

Paul-

that is true- each query that task servers make is limited to the first thousand tasks.

so if you might have more than 1000 tasks in the queue that a task server could do none of- you could have that problem…

the quickest change is to up that limit, which can be done in the c:\inetpub\wwwroot\CentralWebServices\web.config settings….

matt

PP

Thanks Matt for the speedy reply

Suspicion confirmed!