Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/PRX/Infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
farski committed May 31, 2024
2 parents 5a970f0 + b55a157 commit 87d077c
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 87d077c

Please sign in to comment.