NASA-IMPACT / csdap-cumulus

SmallSat Cumulus Deployment
Other
1 stars 0 forks source link

Fix for too many PrefixGranuleIds in a single day. #225

Closed krisstanton closed 1 year ago

krisstanton commented 1 year ago

Fixed a bug where the Lambda could not handle too many Granules in a single day for the PrefixGranuleIds step. Now an ECS Task spins up for this process. Also updated the cumulus-ecs-task source to address a previous bug where ECS tasks with too many zipped files could not be properly extracted and spun up. Through this process, we defined a new resource and module for Terraform to deploy. Also included here is the rule file for #180 which allows us to continue the CMR updates ingest for PSScene after this bug fix is applied.

Related Tickets

180 and #222