Merge pull request #11408 from amolgautam25/receptor_tech_debt

Removing time.sleep(3)
This commit is contained in:
Alan Rominger 2021-12-14 11:54:49 -05:00 committed by GitHub
commit b6a5f834d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3189,7 +3189,6 @@ class AWXReceptorJob:
except Exception:
raise RuntimeError(detail)
time.sleep(3)
return res
# Spawned in a thread so Receptor can start reading before we finish writing, we