mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
remove the old callback plugin import paths and callback-specific tests
This commit is contained in:
@@ -20,8 +20,8 @@ class CallbackBrokerWorker(BaseWorker):
|
||||
A worker implementation that deserializes callback event data and persists
|
||||
it into the database.
|
||||
|
||||
The code that *builds* these types of messages is found in the AWX display
|
||||
callback (`awx.lib.awx_display_callback`).
|
||||
The code that *generates* these types of messages is found in the
|
||||
ansible-runner display callback plugin.
|
||||
'''
|
||||
|
||||
MAX_RETRIES = 2
|
||||
|
||||
Reference in New Issue
Block a user