mirror of
https://github.com/ansible/awx.git
synced 2026-05-19 14:57:39 -02:30
Refactor event emitter to not use event partials
event emitter now caches to memcache where it is eventually picked up by the stdout event emitter. This obviates event reassembly in the callback receiver.
This commit is contained in:
@@ -4,6 +4,7 @@ azure==2.0.0rc6
|
||||
backports.ssl-match-hostname==3.5.0.1
|
||||
kombu==3.0.35
|
||||
boto==2.45.0
|
||||
python-memcached==1.58
|
||||
psphere==0.5.2
|
||||
psutil==5.0.0
|
||||
pyvmomi==6.5
|
||||
|
||||
Reference in New Issue
Block a user