mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
added TODO for implementing request retry logic
This commit is contained in:
committed by
jaredevantabor
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 => {
|
||||
|
||||
Reference in New Issue
Block a user