mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
added debugging for getting standard out events
This commit is contained in:
@@ -33,7 +33,9 @@ export function JobStdoutController ($location, $log, $rootScope, $scope, $compi
|
||||
|
||||
|
||||
function openSockets() {
|
||||
$log.debug("socket watching on job_events-" + job_id);
|
||||
$rootScope.event_socket.on("job_events-" + job_id, function() {
|
||||
$log.debug("socket fired on job_events-" + job_id);
|
||||
if (api_complete) {
|
||||
event_queue++;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user