added TODO for implementing request retry logic

This commit is contained in:
John Mitchell 2016-10-07 13:37:07 -04:00 committed by jaredevantabor
parent 40a0c3ff23
commit 648bd3d1a0

View File

@ -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 => {