We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0133f12 commit 2fc1687Copy full SHA for 2fc1687
cmd/etl_worker/app-batch.yaml
@@ -44,7 +44,7 @@ env_variables:
44
RELEASE_TAG: ${TRAVIS_TAG}
45
COMMIT_HASH: ${TRAVIS_COMMIT}
46
47
- PROMETHEUSX_LISTEN_ADDRESS: ':9090' . # Must match one of the forwarded_ports above.
+ PROMETHEUSX_LISTEN_ADDRESS: ':9090' # Must match one of the forwarded_ports above.
48
BATCH_SERVICE: 'true' # Allow instances to discover they are BATCH instances.
49
MAX_WORKERS: 20
50
BIGQUERY_PROJECT: '${INJECTED_PROJECT}' # Overrides GCLOUD_PROJECT
0 commit comments