Skip to content

Commit

Permalink
build: reduced update interval
Browse files Browse the repository at this point in the history
  • Loading branch information
alexec committed May 21, 2021
1 parent ad34a96 commit 786ae3d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Procfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
runner: make runner
runtimes: make runtimes
controller: ARGO_DATAFLOW_PULL_POLICY=IfNotPresent ARGO_DATAFLOW_UPDATE_INTERVAL=5s ARGO_DATAFLOW_NAMESPACE=argo-dataflow-system go run ./manager -metrics-addr :7070
controller: ARGO_DATAFLOW_PULL_POLICY=IfNotPresent ARGO_DATAFLOW_UPDATE_INTERVAL=10s ARGO_DATAFLOW_NAMESPACE=argo-dataflow-system go run ./manager -metrics-addr :7070
logs: make logs
argocli: make argocli
ui: make ui

0 comments on commit 786ae3d

Please sign in to comment.