//
// In the default scheduler's case, since it handles the request
// immediately, not doing this could significantly delay the op
// return to the client.
final StateChangeEvent schedulerEvent = new StateChangeEvent(ids,
WorkspaceConstants.STATE_FIRST_LEGAL,
this.scheduler);
this.timerManager.schedule(schedulerEvent, 20);
if(!spotInstances){
final StateChangeEvent simEvent = new StateChangeEvent(ids,
WorkspaceConstants.STATE_FIRST_LEGAL,
this.asyncManager);
this.timerManager.schedule(simEvent, 50);
}