Skip to content

Commit 03d6c57

Browse files
committed
fix(tasks): removes the 'retry' option from being sent to API that doesn't support param ('retryConfig' is an equivalent and superior option)
1 parent 4559866 commit 03d6c57

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/v2/providers/tasks.ts

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@ export function onTaskDispatched<Args = any>(
282282
convertInvoker
283283
);
284284
convertIfPresent(func.__endpoint.taskQueueTrigger, opts, "invoker", "invoker", convertInvoker);
285-
copyIfPresent(func.__endpoint.taskQueueTrigger, opts, "retry", "retry");
286285

287286
func.__requiredAPIs = [
288287
{

0 commit comments

Comments
 (0)