Skip to content

Commit

Permalink
fix(ceda-global): Update concurrency options
Browse files Browse the repository at this point in the history
  • Loading branch information
devsjc committed Sep 12, 2024
1 parent c638b10 commit 06c5220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions local_archives/nwp/ceda/ceda_global.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
tags={
"dagster/max_runtime": str(60 * 60 * 10), # Should take 6 ish hours
"dagster/priority": "1",
"dagster/concurrency_key": "ceda-ftp-consumer",
},
partitions_def=dg.MonthlyPartitionsDefinition(
start_date="2019-01-01",
Expand Down

0 comments on commit 06c5220

Please sign in to comment.