diff --git a/src/run-on-golem/shell-context.ts b/src/run-on-golem/shell-context.ts index 09a13f1..31cae4e 100644 --- a/src/run-on-golem/shell-context.ts +++ b/src/run-on-golem/shell-context.ts @@ -34,7 +34,7 @@ export class TaskAPIContext implements ProgramContext { resolve(); }), { - maxRetries: -1, // FIXME: Let's fix that already in the SDK!!! + maxRetries: 0, }, ) .then(() => {