Config synced from UI [conductor-sync] at 13/04/26 05:15:13

This commit is contained in:
Abhishek Test Tiwari 2026-04-13 05:15:13 +00:00
parent f3b841c7a4
commit 9a552a87ef

View File

@ -1,28 +1,27 @@
# Test Git Serverless - OLD FORMAT (no serverlessConfig) app: test-git-fcz5-handler
# For backward compatibility testing
app: "test-git-fcz5-handler"
region: "asia-south1"
handler: "handler.handler"
language: "nodejs/20"
settings:
nodejs:
common_js: false
build: build:
args:
BUILD_VERSION: 1.0.0
NODE_ENV: production
TEST_CONFIG: backward-compat-test
builtin: dockerfile builtin: dockerfile
ignorefile: .gitignore ignorefile: .gitignore
no_cache: false no_cache: false
args: handler: handler.handler
NODE_ENV: "production" language: nodejs/20
BUILD_VERSION: "1.0.0" region: asia-south1
TEST_CONFIG: "backward-compat-test" serverlessConfig:
Scaling:
# NOTE: NO serverlessConfig section here! AutoStop: false
# This is intentional for backward compatibility testing. Min: 1
# After deploying new conductor code, this app should: Max: 1
# 1. Build successfully MaxIdleTime: 300
# 2. Keep all UI-configured settings (Env, Scaling, PortMap) Resources:
# 3. Not have any config overrides applied CPU: 0.1
MemoryMB: 128
MemoryMaxMB: 128
DiskMB: 100
Timeout: 60
settings:
nodejs:
common_js: false