Application & Server Task Queues
Hi, as server and site admins, we have a bunch of operations to do--sometimes in multiple apps. The problem is, when doing an operation on one server, we have to wait until the next operation is finished. Can you guys create an operation queue so we can do the tasks we need without having to sit in front of the computer and wait for tasks to finish? If I want to delete five applications, I should not need to wait 10 minutes--I just set them to delete, and they delete one after another. Same with transferring from server to server. These should just happen via the queue.
1
vote