Skip to content

Commit

Permalink
fix: fixed maxRetries issues on new SDK version
Browse files Browse the repository at this point in the history
JST-647
  • Loading branch information
pgrzy-golem committed Dec 12, 2023
1 parent 75fb850 commit 22394a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/run-on-golem/shell-context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export class TaskAPIContext implements ProgramContext {
resolve();
}),
{
maxRetries: -1, // FIXME: Let's fix that already in the SDK!!!
maxRetries: 0,
},
)
.then(() => {
Expand Down

0 comments on commit 22394a6

Please sign in to comment.