Merge pull request #475 from Hestia-Homes/main

fix sqs max concurrency
This commit is contained in:
KhalimCK 2025-07-22 23:09:53 +01:00 committed by GitHub
commit af060e51f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -76,7 +76,6 @@ resources:
Properties:
QueueName: model-engine-queue
VisibilityTimeout: 910 # must be >= lambda timeout (900)
maximumConcurrency: 2
FastApiLambdaRole:
Type: AWS::IAM::Role