mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03: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
|
||||
|
||||
@@ -84,6 +84,7 @@ pyasn1==0.1.9 # via cryptography
|
||||
pycparser==2.17 # via cffi
|
||||
PyJWT==1.4.2 # via adal
|
||||
pyparsing==2.1.10 # via cliff, cmd2, oslo.utils
|
||||
python-memcached==1.58
|
||||
python-cinderclient==1.9.0 # via python-openstackclient, shade
|
||||
python-dateutil==2.6.0 # via adal, azure-storage
|
||||
python-designateclient==2.4.0 # via shade
|
||||
|
||||
Reference in New Issue
Block a user