mirror of
https://github.com/ansible/awx.git
synced 2026-05-15 13:27:40 -02:30
replace task manager with event driven scheduler
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
|
||||
from awx.main.models import * # noqa
|
||||
from awx.main.models import (
|
||||
Job,
|
||||
AdHocCommand,
|
||||
InventoryUpdate,
|
||||
ProjectUpdate,
|
||||
WorkflowJob,
|
||||
SystemJob,
|
||||
)
|
||||
|
||||
class SimpleDAG(object):
|
||||
''' A simple implementation of a directed acyclic graph '''
|
||||
|
||||
Reference in New Issue
Block a user