From fe4cf6eb79f8fa9ee53ff3cd3956c16434c3cd8f Mon Sep 17 00:00:00 2001 From: David Gamez Diaz <1192523+davidgamez@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:31:42 -0500 Subject: [PATCH] increase the number of task executor instaces from 1 to 200 --- functions-python/tasks_executor/function_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions-python/tasks_executor/function_config.json b/functions-python/tasks_executor/function_config.json index dbe4c2ace..9542c7b76 100644 --- a/functions-python/tasks_executor/function_config.json +++ b/functions-python/tasks_executor/function_config.json @@ -26,7 +26,7 @@ ], "ingress_settings": "ALLOW_ALL", "max_instance_request_concurrency": 1, - "max_instance_count": 1, + "max_instance_count": 200, "min_instance_count": 0, "available_cpu": 2 }