mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 07:26:03 -03:30
Update error message to be more accurate
This commit is contained in:
committed by
Shane McDonald
parent
8275082896
commit
58cdbca5cf
@@ -3134,7 +3134,7 @@ class AWXReceptorJob:
|
|||||||
except Exception:
|
except Exception:
|
||||||
detail = ''
|
detail = ''
|
||||||
state_name = ''
|
state_name = ''
|
||||||
logger.exception(f'An error was encountered while canceling work unit {self.unit_id}')
|
logger.exception(f'An error was encountered while getting status for work unit {self.unit_id}')
|
||||||
|
|
||||||
if 'exceeded quota' in detail:
|
if 'exceeded quota' in detail:
|
||||||
logger.warn(detail)
|
logger.warn(detail)
|
||||||
|
|||||||
Reference in New Issue
Block a user