New Applier Workflow Engine
This patch set allows to execute Watcher Actions in parallel. New config option max_workers sets max number of threads to work. Implements: blueprint parallel-applier Change-Id: Ie4f3ed7e75936b434d308aa875eaa49d49f0c613
This commit is contained in:
committed by
Vincent Françoise
parent
41f579d464
commit
6e09cdb5ac
@@ -40,7 +40,7 @@ APPLIER_MANAGER_OPTS = [
|
||||
cfg.StrOpt('workflow_engine',
|
||||
default='taskflow',
|
||||
required=True,
|
||||
help='Select the engine to use to execute the workflow')
|
||||
help='Select the engine to use to execute the workflow'),
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user