Skip to content

Commit

Permalink
disable judge 2
Browse files Browse the repository at this point in the history
  • Loading branch information
makutamoto committed Nov 11, 2023
1 parent f28d1d3 commit 7f6fff0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions mojacoder-backend/lib/judge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,10 @@ export class Judge extends cdk.Construct {
userName: JudgeUser.userName,
});
const approximateNumberOfMessagesVisible = JudgeQueue.metricApproximateNumberOfMessagesVisible();
const judgeCluster = new Cluster(this, 'judge-cluster', {
capacityProviders: ["FARGATE_SPOT"],
vpc,
});
// const judgeCluster = new Cluster(this, 'judge-cluster', {
// capacityProviders: ["FARGATE_SPOT"],
// vpc,
// });
const judgeTask = new FargateTaskDefinition(this, 'judge-task', {
cpu: 1024,
memoryLimitMiB: 2048,
Expand Down

0 comments on commit 7f6fff0

Please sign in to comment.