Modify existing workload files to use precommands

This commit is contained in:
Louis Dureuil
2024-05-07 14:03:14 +02:00
parent 43763eb98a
commit 9d3ff11b21
8 changed files with 53 additions and 20 deletions

View File

@ -54,7 +54,7 @@
"sha256": "27e25efd0b68b159b8b21350d9af76938710cb29ce0393fa71b41c4f3c630ffe"
}
},
"commands": [
"precommands": [
{
"route": "indexes/movies/settings",
"method": "PATCH",
@ -78,8 +78,10 @@
]
}
},
"synchronous": "DontWait"
},
"synchronous": "WaitForTask"
}
],
"commands": [
{
"route": "indexes/movies/documents",
"method": "POST",