increase lambda timeout from 6 seconds to 120

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-04 18:47:21 +01:00
parent a780ae5fc9
commit 3273960a6e

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