Skip to content

Commit

Permalink
chore: use celery run launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
JasperHG90 committed Jan 29, 2024
1 parent ef4fc9a commit 3bb2bf1
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions infra/app.tf
Original file line number Diff line number Diff line change
Expand Up @@ -55,14 +55,10 @@ resource "helm_release" "dagster" {
value = 3
}

# set {
# name = "dagsterDaemon.runCoordinator.config.queuedRunCoordinator.tagConcurrencyLimits"
# type = "string"
# value = <<-YAML
# - key: dagster/backfill
# limit: "3"
# YAML
# }
set {
name = "runLauncher.type"
value = "CeleryK8sRunLauncher"
}

# Values.yaml references secret by name
set_sensitive {
Expand Down

0 comments on commit 3bb2bf1

Please sign in to comment.