From f6decbd7127107c6b8614c16ef31af0202d37a19 Mon Sep 17 00:00:00 2001 From: Khalim Conn-Kowlessar Date: Wed, 13 Sep 2023 09:45:49 +0100 Subject: [PATCH] make the api no longer async --- sapmodel.serverless.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/sapmodel.serverless.yml b/sapmodel.serverless.yml index b5b34730..8e811a57 100644 --- a/sapmodel.serverless.yml +++ b/sapmodel.serverless.yml @@ -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