Skip to content

Commit

Permalink
Workaround for data catalog race condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Blanton authored and Chris Blanton committed Jan 29, 2025
1 parent f4fa958 commit 01ed4be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flow.cylc
Original file line number Diff line number Diff line change
Expand Up @@ -925,6 +925,9 @@ REMAP-PP-COMPONENTS-AV-{{ PP_CHUNK_B }}:succeed-all => clean-shards-{{ PP_CHUNK_
# workaround to replace P1M with monthly
sed -i.bak -e 's/,P1M,/,monthly,/' $ppdir/catalog.csv
"""
# when many data catalog jobs run simultaneously, they can fail
# this is not a good solution here
execution retry delays = PT5M, PT10M, PT15M
[[[environment]]]
ppdir = {{ PP_DIR }}

Expand Down

0 comments on commit 01ed4be

Please sign in to comment.