Skip to content

Commit

Permalink
Merge pull request #343 from NASA-IMPACT/issue325/migrate-ge01-msi
Browse files Browse the repository at this point in the history
created new rule for GE01 MSI L1B and changed the execution and message limit to 1400 #325
  • Loading branch information
krisstanton authored Feb 6, 2024
2 parents 9bfa212 + 508c82f commit c936ded
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/stacks/cumulus/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -576,7 +576,7 @@ module "cumulus" {
{
id = "backgroundJobQueue",
url = aws_sqs_queue.background_job_queue.id,
execution_limit = 1200
execution_limit = 1400
}
]
}
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit c936ded

Please sign in to comment.