Skip to content

CE-2527: Fix awx job fetching for polling

Imre Toth requested to merge CE-2527_Fix_awx_job_fetching_for_polling into develop

There is a scheduler for polling the job details from AWX (to update the status).

Previously it was also trying to fetch the jobs that hasn't queued by AWX (haven't had AWX Job ID).

Fixed this issue by modifying the condition.

Merge request reports