Skip to content

Commit

Permalink
correcting the default job ordering for ecflow runs
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed Feb 7, 2024
1 parent 3da13e9 commit 48e2b82
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/common/pg_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,14 @@ def reset_job_order(self, workflow_type_name: str) -> bool:
# -------------------------
'101, 23', # staging
'104, 30', # adcirc2cog-tiff
'111, 25', # adcirc-to-kalpana-cog
'111, 27', # adcirc-to-kalpana-cog
'108, 25', # ast-run-harvester
'106, 24', # obs-mod-ast
'112, 21', # timeseries_ingest
'105, 19', # geotiff2cog
'105, 31', # geotiff2cog
'112, 19', # timeseriesdb-ingest
'102, 29', # load-geo-server
'110, 20', # collab-data-sync
'103, 21' # final-staging
'103, 21' # final-staging
],
'HECRAS': [
'201, 21', # load geo server step
Expand Down

0 comments on commit 48e2b82

Please sign in to comment.