mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-07-12 13:29:04 +00:00
Merge pull request #408 from Hestia-Homes/main
Adding sqlalchemy and pydantic packages to deployment and increasing visibility time for queue
This commit is contained in:
commit
457efe2a0a
2 changed files with 5 additions and 0 deletions
|
|
@ -23,3 +23,7 @@ fastparquet==2024.5.0
|
||||||
aiohttp==3.10.10
|
aiohttp==3.10.10
|
||||||
# find my epc
|
# find my epc
|
||||||
beautifulsoup4
|
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
|
Type: AWS::SQS::Queue
|
||||||
Properties:
|
Properties:
|
||||||
QueueName: model-engine-queue
|
QueueName: model-engine-queue
|
||||||
|
VisibilityTimeout: 910 # must be >= lambda timeout (900)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue