Skip to content

Commit

Permalink
remove FUNCTIONS_WORKER_PROCESS_COUNT override
Browse files Browse the repository at this point in the history
  • Loading branch information
Krusty93 committed Oct 14, 2024
1 parent 54c10f6 commit 5e53443
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions infra/resources/_modules/function_apps/locals.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
locals {
function_app_user = {
app_settings = merge({
FUNCTIONS_WORKER_RUNTIME = "node"
FUNCTIONS_WORKER_PROCESS_COUNT = 4
NODE_ENV = "production"
FUNCTIONS_WORKER_RUNTIME = "node"
NODE_ENV = "production"

// Keepalive fields are all optionals
FETCH_KEEPALIVE_ENABLED = "true"
Expand Down Expand Up @@ -60,9 +59,8 @@ locals {

function_app_support = {
app_settings = merge({
FUNCTIONS_WORKER_RUNTIME = "node"
FUNCTIONS_WORKER_PROCESS_COUNT = 4
NODE_ENV = "production"
FUNCTIONS_WORKER_RUNTIME = "node"
NODE_ENV = "production"

// Keepalive fields are all optionals
FETCH_KEEPALIVE_ENABLED = "true"
Expand Down

0 comments on commit 5e53443

Please sign in to comment.