Skip to content

Commit 68ce28f

Browse files
committed
chore: increase retry to 60
1 parent 53e4395 commit 68ce28f

10 files changed

+21
-21
lines changed

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-access-external-policy.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"actions": [
2525
{
2626
"retry": {
27-
"count": 30,
27+
"count": 60,
2828
"backoff": "exponential",
2929
"delay": "1m"
3030
},
@@ -65,7 +65,7 @@
6565
{
6666
"timeout": "12h",
6767
"retry": {
68-
"count": 30,
68+
"count": 60,
6969
"backoff": "exponential",
7070
"delay": "1m"
7171
},
@@ -89,7 +89,7 @@
8989
{
9090
"timeout": "12h",
9191
"retry": {
92-
"count": 30,
92+
"count": 60,
9393
"backoff": "exponential",
9494
"delay": "1m"
9595
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-access-internal-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-app-generic-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-audit-broker-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-audit-mq-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-audit-vault-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-metrics-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-pipeline-opensearch-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-tomcat-catalina-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

workflow-cli/configuration-opensearch/state_management_policy/nrm-type-tomcat-localhost-policy.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
{
4343
"timeout": "12h",
4444
"retry": {
45-
"count": 30,
45+
"count": 60,
4646
"backoff": "exponential",
4747
"delay": "1m"
4848
},
@@ -66,7 +66,7 @@
6666
{
6767
"timeout": "12h",
6868
"retry": {
69-
"count": 30,
69+
"count": 60,
7070
"backoff": "exponential",
7171
"delay": "1m"
7272
},

0 commit comments

Comments
 (0)