Skip to content

Commit ad8f5b3

Browse files
committed
Reduce retries
1 parent b374207 commit ad8f5b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

website/workers/app.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export class UploadToWindGuru extends WorkflowEntrypoint<
136136
"Upload to WindGuru",
137137
{
138138
retries: {
139-
limit: 10,
139+
limit: 2,
140140
delay: 60000,
141141
backoff: "exponential",
142142
},
@@ -203,7 +203,7 @@ export class UploadToMetOffice extends WorkflowEntrypoint<
203203
"Upload to Met Office",
204204
{
205205
retries: {
206-
limit: 10,
206+
limit: 2,
207207
delay: 60000,
208208
backoff: "exponential",
209209
},

0 commit comments

Comments
 (0)