mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
added TODO for implementing request retry logic
This commit is contained in:
parent
40a0c3ff23
commit
648bd3d1a0
@ -133,6 +133,7 @@ export default ['jobData', 'jobDataOptions', 'jobLabels', 'count', '$scope', 'Pa
|
||||
};
|
||||
|
||||
// PULL! grab completed event data and process each event
|
||||
// TODO: implement retry logic in case one of these requests fails
|
||||
var getEvents = function(url) {
|
||||
jobResultsService.getEvents(url)
|
||||
.then(events => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user