Skip to content

Commit

Permalink
bigfun: cloud run default max instance to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
paul.marcombes committed Nov 22, 2024
1 parent df19496 commit 61559f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigfun/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ def deploy(self, source_folder, options):
print_info(f"Deploy Cloud Run service `{self.service}`")
options = {
**{
"max-instances": 10,
"max-instances": 20,
"memory": "512Mi",
"cpu": 1,
"concurrency": 8,
Expand Down

0 comments on commit 61559f2

Please sign in to comment.