📄️ Discovery Filtering
Discovery filtering is an advanced feature of the discover-granules and discover-pdrs tasks.
📄️ Bulk Operations
Cumulus implements bulk operations through the use of AsyncOperations, which are long-running processes executed on an AWS ECS cluster.
📄️ CMR Operations
This document will outline basic procedures to interact with CMR on a per-granule basis, both via the Cumulus Dashboard, and Cumulus API requests.
📄️ Naming Executions
By default, Cumulus will assign a random name to workflow executions. If
📄️ Rerunning workflow executions
To rerun a Cumulus workflow execution from the AWS console:
📄️ How to replay Kinesis messages after an outage
After a period of outage, it may be necessary for a Cumulus operator to reprocess or 'replay' messages that arrived on an AWS Kinesis Data Stream but did not trigger an ingest. This document serves as an outline on how to start a replay operation, and how to perform status tracking. Cumulus supports replay of all Kinesis messages on a stream (subject to the normal RetentionPeriod constraints), or all messages within a given time slice delimited by start and end timestamps.