diff --git a/backend/src/tasks/functions.yml b/backend/src/tasks/functions.yml index 122d0b38..712a9e3c 100644 --- a/backend/src/tasks/functions.yml +++ b/backend/src/tasks/functions.yml @@ -41,7 +41,7 @@ checkUserExpiration: - schedule: cron(0 0 * * ? *) # Runs every day at midnight scanExecution: - timeout: 900 + timeout: 900 # 15 minutes handler: src/tasks/scanExecution.handler memorySize: 4096