Hello,
is it possible to remove the retries when a blueprint is executed?
my need: during the development phase, I do not want to wait for 2 retries
Rgds
Hello,
is it possible to remove the retries when a blueprint is executed?
my need: during the development phase, I do not want to wait for 2 retries
Rgds
Hi
please review the below link for more details
https://docs.kasten.io/latest/install/helm.html
BR,
Ahmed Hagag
For the blueprint actions timeouts, these keys are kept in the
ConfigMap: k10-config -namespace kasten-io
As values:
K10TimeoutBlueprintBackup: "45" (min)
K10TimeoutBlueprintDelete: "45" (min)
K10TimeoutBlueprintHooks: "20" (min)
K10TimeoutBlueprintRestore: "600" (min)
You can lower these values to, say, not wait 45 minutes for a backup attempt to fail. Just dont make them too low or you can cause failures if resources do not come ready in short timeframes.
Incidentally, you can also raise these values if you have a large volume or slow storage that takes a while to snapshot clone for export.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.