Skip to content

Commit

Permalink
add dagster yaml file for aws deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
zerj9 committed Jul 14, 2024
1 parent 40b7c5c commit 6526c1f
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions dagster.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
storage:
postgres:
postgres_db:
username:
env: DAGSTER_PG_USERNAME
password:
env: DAGSTER_PG_PASSWORD
hostname:
env: DAGSTER_PG_HOST
db_name:
env: DAGSTER_PG_DB
port:
env: DAGSTER_PG_PORT

run_coordinator:
module: dagster.core.run_coordinator
class: QueuedRunCoordinator
config:
max_concurrent_runs: 10
tag_concurrency_limits:
- key: "database"
value: "duckdb"
limit: 1

run_launcher:
module: dagster.core.launcher
class: DefaultRunLauncher

retention:
schedule:
purge_after_days: 90
sensor:
purge_after_days:
skipped: 7
failure: 30
success: -1

telemetry:
enabled: true

0 comments on commit 6526c1f

Please sign in to comment.