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

@@ -10,7 +10,7 @@ from awx.main.dispatch.worker import AWXConsumer, CallbackBrokerWorker
class Command(BaseCommand):
'''
Save Job Callback receiver (see awx.plugins.callbacks.job_event_callback)
Save Job Callback receiver
Runs as a management command and receives job save events. It then hands
them off to worker processors (see Worker) which writes them to the database
'''