Skip to content

Commit

Permalink
update configs
Browse files Browse the repository at this point in the history
  • Loading branch information
threnjen committed Oct 16, 2024
1 parent 153a6cb commit b6502c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion aws_dagster_bgg/resources/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def launch_ecs_task(self, task_definition: str, overrides: dict = {}):
taskDefinition=f"{task_definition}:{self.get_latest_task_revision(task_definition)}",
cluster=ConfigResource(
region_name=REGION, bucket=S3_SCRAPER_BUCKET
).get_config_file()["ecs_task_components"]["cluster"],
).get_config_file()["ecs_cluster"],
launchType="FARGATE",
count=1,
platformVersion="LATEST",
Expand Down
1 change: 1 addition & 0 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"game_dfs_dirty": "game_dfs_dirty",
"scraper_task_definition": "boardgamegeek_scraper",
"cleaner_task_definition": "boardgamegeek_cleaner",
"ecs_cluster": "boardgamegeek",
"orchestrator_task_definition": "bgg_orchestrator",
"boardgamegeek_csv_filename": "boardgames_ranks.csv",
"file_retrieval_lambda": "bgg_boardgame_file_retrieval",
Expand Down

0 comments on commit b6502c0

Please sign in to comment.