diff --git a/app/stacks/cumulus/main.tf b/app/stacks/cumulus/main.tf index da44c4b..e492b0e 100644 --- a/app/stacks/cumulus/main.tf +++ b/app/stacks/cumulus/main.tf @@ -161,7 +161,7 @@ resource "aws_cloudwatch_event_target" "background_job_queue_watcher" { arn = module.cumulus.sqs2sfThrottle_lambda_function_arn input = jsonencode( { - messageLimit = 1000 + messageLimit = 1400 queueUrl = aws_sqs_queue.background_job_queue.id timeLimit = 60 } @@ -576,7 +576,7 @@ module "cumulus" { { id = "backgroundJobQueue", url = aws_sqs_queue.background_job_queue.id, - execution_limit = 1200 + execution_limit = 1400 } ] } diff --git a/app/stacks/cumulus/resources/rules/GE01_MSI_L1B/v1/GE01_MSI_L1B___1.json b/app/stacks/cumulus/resources/rules/GE01_MSI_L1B/v1/GE01_MSI_L1B___1.json new file mode 100644 index 0000000..de791b9 --- /dev/null +++ b/app/stacks/cumulus/resources/rules/GE01_MSI_L1B/v1/GE01_MSI_L1B___1.json @@ -0,0 +1,21 @@ +{ + "name": "GE01_MSI_L1B___1", + "state": "DISABLED", + "rule": { + "type": "onetime" + }, + "provider": "cumulus", + "collection": { + "name": "GE01_MSI_L1B", + "version": "1" + }, + "workflow": "DiscoverAndQueueGranules", + "meta": { + "discoverOnly": false, + "providerPathFormat": "'GE01_MSI_L1B___1/'yyyy/DDD", + "ingestedPathFormat": "'GE01_MSI_L1B___1/'yyyy/DDD", + "startDate": "2009-01-01T00:00:00Z", + "endDate": "2023-01-01T00:00:00Z", + "step": "P1D" + } +}