feat: run sub recipe multiple times in parallel (Experimental feature) (#3274)
Co-authored-by: Wendy Tang <wendytang@squareup.com>
This commit is contained in:
@@ -137,6 +137,13 @@ pub struct SubRecipe {
|
||||
pub path: String,
|
||||
#[serde(default, deserialize_with = "deserialize_value_map_as_string")]
|
||||
pub values: Option<HashMap<String, String>>,
|
||||
#[serde(default)]
|
||||
pub sequential_when_repeated: bool,
|
||||
}
|
||||
#[derive(Serialize, Deserialize, Debug, Clone)]
|
||||
pub struct Execution {
|
||||
#[serde(default)]
|
||||
pub parallel: bool,
|
||||
}
|
||||
|
||||
fn deserialize_value_map_as_string<'de, D>(
|
||||
|
||||
Reference in New Issue
Block a user