mirror of
https://github.com/ansible/awx.git
synced 2026-02-24 22:46:01 -03:30
Job detail page refactor
Added an event queue, allowing the UI to process events as fast as it can and hopefully not get overwhelmed by the API.
This commit is contained in:
@@ -68,7 +68,7 @@ function($log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, SelectPlay, Se
|
|||||||
scope.$emit('ProcessEvent', event[0]);
|
scope.$emit('ProcessEvent', event[0]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}, 2000);
|
}, 500);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user