Skip to content

Commit

Permalink
cloud: Adjust kcidb_cache_redirect to better handle production
Browse files Browse the repository at this point in the history
Increase maximum instances for kcidb_cache_redirect Cloud Function and reduce
its timeout to perform better in production, which is going to be enabled soon.
  • Loading branch information
octonawish-akcodes authored and spbnick committed Aug 24, 2023
1 parent 1ed6bf9 commit 4593eed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cloud
Original file line number Diff line number Diff line change
Expand Up @@ -1521,8 +1521,8 @@ function cloud_functions_deploy() {
--trigger-http \
--allow-unauthenticated \
--memory 256MB \
--max-instances=1 \
--timeout 540
--max-instances=16 \
--timeout 30

cloud_function_deploy "$project" "${prefix}load_queue" \
"$source" \
Expand Down

0 comments on commit 4593eed

Please sign in to comment.