Skip to content

Commit

Permalink
fix: limit op runs to only one slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabolol committed Sep 19, 2024
1 parent ecbd000 commit 6b28178
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ops/k8s-apps/base/dagster/dagster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ spec:
containerConfig:
resources:
limits:
cpu: 500m
cpu: 500m
memory: 1024Mi
requests:
cpu: 500m
Expand Down Expand Up @@ -96,6 +96,9 @@ spec:
config:
queuedRunCoordinator:
maxConcurrentRuns: 30
blockOpConcurrencyLimitedRuns:
enabled: true
opConcurrencySlotBuffer: 1
dagster-user-deployments:
deployments:
- name: "oso-dagster"
Expand Down

0 comments on commit 6b28178

Please sign in to comment.