mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00: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:
parent
e6bba3ed48
commit
e2aa7be9ce
@ -68,7 +68,7 @@ function($log, UpdatePlayStatus, UpdateHostStatus, AddHostResult, SelectPlay, Se
|
||||
scope.$emit('ProcessEvent', event[0]);
|
||||
}
|
||||
}
|
||||
}, 2000);
|
||||
}, 500);
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user