Merge pull request #474 from Hestia-Homes/debugging-api

fix sqs max concurrency
This commit is contained in:
KhalimCK 2025-07-22 23:09:35 +01:00 committed by GitHub
commit d0fe338a52
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