Hi there,
I just ran a scheduled task that took about half an hour. In that time, the UI made about 40K requests to the server for the status:
Is that really needed? That's 40 k requests in the pool and queue, 40k log lines in IIS logs and god knows what else. Maybe limit this to every 500 milliseconds so you still get nice feedback but need far fewer requests?
Imar