Skip to content

Commit

Permalink
Set lower job polling rate for Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed May 21, 2020
1 parent d6faa77 commit 4dd7908
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions infra/docker-compose/.env.sample
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ FEAST_CORE_IMAGE=gcr.io/kf-feast/feast-core
FEAST_CORE_CONFIG=direct-runner.yml
FEAST_CORE_GCP_SERVICE_ACCOUNT_KEY=placeholder.json
FEAST_STREAM_OPTIONS_BOOTSTRAPSERVERS=kafka:9092
FEAST_JOBS_POLLING_INTERVAL_MILLISECONDS=10

# Feast Serving Batch (BigQuery)
FEAST_BATCH_SERVING_CONFIG=batch-serving.yml
Expand Down
1 change: 1 addition & 0 deletions infra/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ services:
DB_HOST: db
GOOGLE_APPLICATION_CREDENTIALS: /etc/gcloud/service-accounts/key.json
FEAST_STREAM_OPTIONS_BOOTSTRAPSERVERS: ${FEAST_STREAM_OPTIONS_BOOTSTRAPSERVERS}
FEAST_JOBS_POLLING_INTERVAL_MILLISECONDS: ${FEAST_JOBS_POLLING_INTERVAL_MILLISECONDS}
restart: on-failure
depends_on:
- db
Expand Down

0 comments on commit 4dd7908

Please sign in to comment.