Skip to content

Commit

Permalink
chore: increase retry to 60
Browse files Browse the repository at this point in the history
  • Loading branch information
mbystedt committed Oct 16, 2024
1 parent 53e4395 commit 68ce28f
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"actions": [
{
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down Expand Up @@ -65,7 +65,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -89,7 +89,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand All @@ -66,7 +66,7 @@
{
"timeout": "12h",
"retry": {
"count": 30,
"count": 60,
"backoff": "exponential",
"delay": "1m"
},
Expand Down

0 comments on commit 68ce28f

Please sign in to comment.