Merge pull request #227 from Hestia-Homes/main

make the api no longer async
This commit is contained in:
KhalimCK 2023-09-13 09:46:23 +01:00 committed by GitHub
commit 693fff6250
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -59,5 +59,4 @@ functions:
- http:
path: /predict
method: POST
async: true # Enable async for long running tasks
timeout: 120 # Set max run time to 2 minutes - we shouldn't need this much time so this can be reviewed