POC postgres broker

This commit is contained in:
chris meyers
2019-12-20 10:21:53 -05:00
committed by Ryan Petrello
parent 355fb125cb
commit 558e92806b
5 changed files with 180 additions and 37 deletions

View File

@@ -1,3 +1,4 @@
from .base import AWXConsumer, AWXRedisConsumer, BaseWorker # noqa
from .basepg import AWXConsumerPG, BaseWorkerPG # noqa
from .callback import CallbackBrokerWorker # noqa
from .task import TaskWorker # noqa