Skip to content
#

orchestration

Here are 571 public repositories matching this topic...

kdog1425
kdog1425 commented Mar 9, 2022

Hello!

I've found an issue here:parallel pipelines.

I believe this is a bit misleading - because the work is not done in parallel, unless the relevant executor is chosen. I suggest clarifying and adding a note which emphasises that to actually get parallel execution, one needs to set LocalDaskExecutor or DaskExecutor as the executor class.

Page reference: https://docs.prefect.io/core/c

augustoproiete
augustoproiete commented Nov 21, 2020

Currently when calling the MSBuild alias with an MSBuildSettings, we need to set the target using the WithTarget extension method.

MSBuild("./my-app.sln", new MSBuildSettings
{
    Configuration = "Release",
    ToolVersion = MSBuildToolVersion.VS2019,
}.WithTarget("Build")); // <<<###

It would be nice if we could use a property, with a string, which would make it more na

keptn

Improve this page

Add a description, image, and links to the orchestration topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the orchestration topic, visit your repo's landing page and select "manage topics."

Learn more