mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02: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
|
// PULL! grab completed event data and process each event
|
||||||
|
// TODO: implement retry logic in case one of these requests fails
|
||||||
var getEvents = function(url) {
|
var getEvents = function(url) {
|
||||||
jobResultsService.getEvents(url)
|
jobResultsService.getEvents(url)
|
||||||
.then(events => {
|
.then(events => {
|
||||||
|
|||||||
Reference in New Issue
Block a user