Skip to content

Commit

Permalink
fix timeout of 3 min
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Loftus committed Dec 9, 2024
1 parent 55f8187 commit 117df4d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
},
"isBackground": true,
"problemMatcher": [],
"runOptions": {
"runOn": "folderOpen"
},
"dependsOn": "Open Browser"
},
{
Expand Down
4 changes: 0 additions & 4 deletions userCode/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,14 +406,10 @@ def export_graph_as_nquads():
)


THREE_MIN = 60 * 3

harvest_job = define_asset_job(
"harvest_source",
description="harvest a source for the geoconnex graphdb",
selection=AssetSelection.all(),
# special tag for dagster that limits max runtime (+ the tick interval)
tags={"dagster/max_runtime": THREE_MIN},
)


Expand Down

0 comments on commit 117df4d

Please sign in to comment.