Merge pull request #407 from Hestia-Homes/remote-assessment-api

Adding sqlalchemy and pydantic packages to deployment and increasing visibility time for queue
This commit is contained in:
KhalimCK 2025-04-17 09:57:43 +01:00 committed by GitHub
commit 272aafad91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 5 additions and 0 deletions

View file

@ -23,3 +23,7 @@ fastparquet==2024.5.0
aiohttp==3.10.10
# find my epc
beautifulsoup4
# Sqlalchemy
sqlalchemy==2.0.36
pydantic-settings==2.6.0
psycopg2-binary==2.9.10

View file

@ -130,3 +130,4 @@ resources:
Type: AWS::SQS::Queue
Properties:
QueueName: model-engine-queue
VisibilityTimeout: 910 # must be >= lambda timeout (900)