mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
Merge pull request #5613 from AlanCoding/log_dup_uuid
Log case of duplicate UUIDs Reviewed-by: Matthew Jones <mat@matburt.net> https://github.com/matburt
This commit is contained in:
@@ -132,7 +132,7 @@ class PoolWorker(object):
|
|||||||
# when this occurs, it's _fine_ to ignore this KeyError because
|
# when this occurs, it's _fine_ to ignore this KeyError because
|
||||||
# the purpose of self.managed_tasks is to just track internal
|
# the purpose of self.managed_tasks is to just track internal
|
||||||
# state of which events are *currently* being processed.
|
# state of which events are *currently* being processed.
|
||||||
pass
|
logger.warn('Event UUID {} appears to be have been duplicated.'.format(uuid))
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def current_task(self):
|
def current_task(self):
|
||||||
|
|||||||
Reference in New Issue
Block a user