feat(controller): Permit using newer revision when retrying failed sync (#11494) (#23038)

Signed-off-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
Signed-off-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
Co-authored-by: Zadkiel AHARONIAN <hello@zadkiel.fr>
Co-authored-by: Alexandre Gaudreault <alexandre_gaudreault@intuit.com>
This commit is contained in:
Oliver Gondža
2025-09-11 17:19:00 +02:00
committed by GitHub
parent 2e5601f932
commit 5a8b427322
33 changed files with 1013 additions and 250 deletions

4
assets/swagger.json generated
View File

@@ -9960,6 +9960,10 @@
"description": "Limit is the maximum number of attempts for retrying a failed sync. If set to 0, no retries will be performed.",
"type": "integer",
"format": "int64"
},
"refresh": {
"type": "boolean",
"title": "Refresh indicates if the latest revision should be used on retry instead of the initial one (default: false)"
}
}
},