Merge pull request #217 from Hestia-Homes/main

increase lambda timeout from 6 seconds to 120
This commit is contained in:
KhalimCK 2023-09-04 18:47:42 +01:00 committed by GitHub
commit cc566ffe2f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,3 +57,4 @@ functions:
- http:
path: /predict
method: POST
timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed