Skip to content

Commit

Permalink
Bump to 4 slow workers
Browse files Browse the repository at this point in the history
  • Loading branch information
cavis committed May 29, 2024
1 parent 0286bb3 commit b55a157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spire/templates/apps/augury.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1121,7 +1121,7 @@ Resources:
InlineCode: |
const { ECS } = require('@aws-sdk/client-ecs');
const ecs = new ECS({ apiVersion: '2014-11-13' });
const QUEUE_CONCURRENCY = { slow: 2, slow_ted: 1 };
const QUEUE_CONCURRENCY = { slow: 4, slow_ted: 1 };
// ECS listTask parameters
const startedBy = (name) => `${process.env.STARTED_BY}-${name}`;
Expand Down

0 comments on commit b55a157

Please sign in to comment.