@cumulus/errors
Package that exports error classes for use in Cumulus workflow code
Usage
npm install @cumulus/errors
About Cumulus
Cumulus is a cloud-based data ingest, archive, distribution and management prototype for NASA's future Earth science data streams.
Cumulus Documentation
Contributing
To make a contribution, please see our contributing guidelines.
[v9.9.2] 2021-02-10 [BACKPORT]
Please note changes in 9.9.2 may not yet be released in future versions, as
this is a backport and patch release on the 9.9.x series of releases. Updates that
are included in the future will have a corresponding CHANGELOG entry in future
releases.### Added
- CUMULUS-2775
- Added a configurable parameter group for the RDS serverless database cluster deployed by
tf-modules/rds-cluster-tf
. The allowed parameters for the parameter group can be found in the AWS documentation of allowed parameters for an Aurora PostgreSQL cluster. By default, the following parameters are specified:
shared_preload_libraries
: pg_stat_statements,auto_explain
log_min_duration_statement
: 250
auto_explain.log_min_duration
: 250
- CUMULUS-2840
- Added an index on
granule_cumulus_id
to the RDS files table.
Changed
- CUMULUS-2847
- Move DyanmoDb table name into API keystore and initialize only on lambda cold start
- CUMULUS-2781
- Add api_config secret to hold API/Private API lambda configuration values
- CUMULUS-2775
- Changed the
timeout_action
to ForceApplyCapacityChange
by default for the RDS serverless database cluster tf-modules/rds-cluster-tf