Skip to content

Commit e82f21e

Browse files
authored
feat: increase the number of task executor instances (#1613)
1 parent 6cb0898 commit e82f21e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

functions-python/tasks_executor/function_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
],
2727
"ingress_settings": "ALLOW_ALL",
2828
"max_instance_request_concurrency": 1,
29-
"max_instance_count": 1,
29+
"max_instance_count": 200,
3030
"min_instance_count": 0,
3131
"available_cpu": 2
3232
}

0 commit comments

Comments
 (0)