Skip to content

Commit

Permalink
Merge pull request #116 from golemfactory/bugfix/JST-647-maxRetries
Browse files Browse the repository at this point in the history
fix: fixed maxRetries issues on new SDK version
  • Loading branch information
cryptobench authored Dec 12, 2023
2 parents 75fb850 + 22394a6 commit fb48c48
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 fb48c48

Please sign in to comment.