Skip to content

Commit

Permalink
Merge branch 'develop' into issue-523-logs-location
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-ocean committed Jul 15, 2024
2 parents b58a491 + 45a45cd commit 970c526
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/c2d/compute_engines.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,11 @@ export class C2DEngineOPFK8 extends C2DEngine {
input: stagesInput,
algorithm: stageAlgorithm,
output: output || {},
compute: {} // TO DO
compute: {
Instances: 1,
namespace: environment,
maxtime: 3600
}
}
// now, let's build the workflow
const workflow: OPFK8ComputeWorkflow = {
Expand Down

0 comments on commit 970c526

Please sign in to comment.