Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Count Workflow Executions #203

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
updated circleci config
  • Loading branch information
calum-stripe committed Nov 2, 2022
commit e547e2e61e17197206a73ea57d87ad1483b83e43
13 changes: 13 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -21,6 +21,16 @@ jobs:
name: postgres
environment:
POSTGRES_PASSWORD: temporal
- image: elasticsearch:7.16.2
name: elasticsearch
environment:
cluster.routing.allocation.disk.threshold_enabled: true
cluster.routing.allocation.disk.watermark.low: 512mb
cluster.routing.allocation.disk.watermark.high: 256mb
cluster.routing.allocation.disk.watermark.flood_stage: 128mb
discovery.type: single-node
ES_JAVA_OPTS: -Xms256m -Xmx256m
xpack.security.enabled: false
- image: temporalio/auto-setup:latest
name: temporal
environment:
@@ -29,6 +39,9 @@ jobs:
- POSTGRES_USER=postgres
- POSTGRES_PWD=temporal
- POSTGRES_SEEDS=postgres
- ENABLE_ES=true
- ES_SEEDS=elasticsearch
- ES_VERSION=v7

environment:
- TEMPORAL_HOST=temporal