
Change-Id: Ia9dc15869ab201a787eecd479252282f0ae9113b Implements: blueprint config-ref-rst
1.1 KiB
1.1 KiB
Configuration option = Default value | Description |
---|---|
[taskflow_executor] | |
conversion_format = None |
(StrOpt) The format to which images will be automatically converted. |
engine_mode = parallel |
(StrOpt) The mode in which the engine will run. Can be 'serial' or 'parallel'. |
max_workers = 10 |
(IntOpt) The number of parallel activities executed at the same time by the engine. The value can be greater than one when the engine mode is 'parallel'. |