mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Log case of duplicate UUIDs
This commit is contained in:
parent
b74f7f6c26
commit
eec08fdcca
@ -132,7 +132,7 @@ class PoolWorker(object):
|
||||
# when this occurs, it's _fine_ to ignore this KeyError because
|
||||
# the purpose of self.managed_tasks is to just track internal
|
||||
# state of which events are *currently* being processed.
|
||||
pass
|
||||
logger.warn('Event UUID {} appears to be have been duplicated.'.format(uuid))
|
||||
|
||||
@property
|
||||
def current_task(self):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user