make the api no longer async

This commit is contained in:
Khalim Conn-Kowlessar 2023-09-13 09:45:49 +01:00
parent b61ca06661
commit f6decbd712

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