Skip to content
Snippets Groups Projects
Commit 62457759 authored by MIchael Nguyen's avatar MIchael Nguyen
Browse files

updating queue name in task definitions.

parent cbb56b91
No related branches found
No related tags found
1 merge request!6Trusted ibm
......@@ -413,11 +413,11 @@ Resources:
- Name: AWS_REGION
Value: !Ref Region
- Name: AWS_QUEUE_INDEXER_NAME
Value: !Sub ${Environment}-${StorageApplicationName}-queue
Value: !Sub ${Environment}-osdu-${StorageApplicationName}-queue
- Name: AWS_INDEXER_INDEX_API
Value: !Sub http://${ECSALB.DNSName}/${IndexerEndpoint}
- Name: AWS_DEADLETTER_QUEUE_NAME
Value: !Sub ${Environment}-${StorageApplicationName}-dead-letter-queue
Value: !Sub ${Environment}-osdu-${StorageApplicationName}-dead-letter-queue
- Name: MAX_INDEX_THREADS
Value: !Ref MaxThreads
- Name: MAX_REQUEST_COUNT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment