This branch integrates the DISP-S1 PGE v3.0.0-rc.4.1 with OPERA PCM
This branch also adds a new function named download_file_with_hysds(), which wraps a call to hysds.util.download_file to add exponential backoff and retry for downloads performed while localizing input files during PGE initialization.
Issues
Resolves #1007
Fixes #1002
Testing
Branch has been tested on a dev cluster, running the DISP-S1 workflow in both simulation and real mode.
Both forward and historical modes tested
Reran PGE Integration Smoke Test, with all output products matching expected
Purpose
download_file_with_hysds()
, which wraps a call tohysds.util.download_file
to add exponential backoff and retry for downloads performed while localizing input files during PGE initialization.Issues
Testing