remove the old callback plugin import paths and callback-specific tests

This commit is contained in:
Ryan Petrello
2019-04-12 11:54:51 -04:00
parent 213a0c3cef
commit 17a803f49c
11 changed files with 5 additions and 161 deletions

View File

@@ -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