mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
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:
commit
272aafad91
2 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -130,3 +130,4 @@ resources:
|
|||
Type: AWS::SQS::Queue
|
||||
Properties:
|
||||
QueueName: model-engine-queue
|
||||
VisibilityTimeout: 910 # must be >= lambda timeout (900)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue