We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b374207 commit ad8f5b3Copy full SHA for ad8f5b3
1 file changed
website/workers/app.ts
@@ -136,7 +136,7 @@ export class UploadToWindGuru extends WorkflowEntrypoint<
136
"Upload to WindGuru",
137
{
138
retries: {
139
- limit: 10,
+ limit: 2,
140
delay: 60000,
141
backoff: "exponential",
142
},
@@ -203,7 +203,7 @@ export class UploadToMetOffice extends WorkflowEntrypoint<
203
"Upload to Met Office",
204
205
206
207
208
209
0 commit comments