Skip to content

Commit

Permalink
Merge pull request #1941 from TEAMSchools/dagster-1.8.10
Browse files Browse the repository at this point in the history
Dagster 1.8.10
  • Loading branch information
cbini authored Oct 7, 2024
2 parents c1c6def + 059fd8e commit a1bf63d
Show file tree
Hide file tree
Showing 6 changed files with 218 additions and 218 deletions.
9 changes: 3 additions & 6 deletions .k8s/dagster/values-override.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ workspace:
nodeSelector:
cloud.google.com/gke-spot: "true"
cloud.google.com/compute-class: Balanced
# cloud.google.com/gke-placement-group: servers
terminationGracePeriodSeconds: 25

# Specify TTL for user code servers.
# By default full deployment servers do not have a TTL.
# Branch deployments servers have a default TTL of 24 hours
# The max code servers defaults to 25, and only applies to servers with TTL.
serverTTL:
fullDeployments:
enabled: true
ttlSeconds: 21600 # 6 hours
branchDeployments:
ttlSeconds: 300

Expand All @@ -75,10 +76,6 @@ workspace:
# minutes to load your Dagster definitions.
serverProcessStartupTimeout: 300

# Specifies the timeout when creating a new Kubernetes deployment for a code server.
# If not set, defaults to 300 seconds.
deploymentStartupTimeout: 300

########################################################################################
# Extra Manifests: (Optional) Create additional k8s resources within this chart
########################################################################################
Expand Down
6 changes: 3 additions & 3 deletions .trunk/trunk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ lint:
- pyright@1.1.383
- actionlint@1.7.3
- git-diff-check
- gitleaks@8.19.3
- gitleaks@8.20.0
- hadolint@2.12.0
- isort@5.13.2
- markdownlint@0.42.0
- osv-scanner@1.9.0
- oxipng@9.1.2
- prettier@3.3.3
- ruff@0.6.8
- ruff@0.6.9
- shellcheck@0.10.0
- shfmt@3.6.0
- sqlfluff@3.2.0
- sqlfluff@3.2.1
- sqlfmt@0.23.2
- svgo@3.3.2
- taplo@0.9.3
Expand Down
Loading

0 comments on commit a1bf63d

Please sign in to comment.