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

@ -11,7 +11,7 @@
"sha256": "5b6e4cb660bc20327776e8a33ea197b43d9ec84856710ead1cc87ab24df77de1"
}
},
"commands": [
"precommands": [
{
"route": "indexes/movies/settings",
"method": "PATCH",
@ -30,8 +30,10 @@
]
}
},
"synchronous": "DontWait"
},
"synchronous": "WaitForTask"
}
],
"commands": [
{
"route": "indexes/movies/documents",
"method": "POST",